-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "wclone",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"date-fns": "^2.18.0",
"emoji-mart": "^3.0.1",
"firebase": "8.2.9",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-avatar-editor": "^11.1.0",
"react-dom": "17.0.1",
"react-modal": "^3.12.1",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"react-transition-group": "^4.4.1",
"redux": "4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"styled-components": "5.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"airbnb": "0.0.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-preset-es2015": "^6.24.1",
"depcheck": "^1.4.0",
"eslint": "^7.20.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-redux-saga": "^1.2.1",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}