-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"private": true,
"scripts": {
"deploy": "now && now alias",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "8.0.4",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"prettier": "1.16.3",
"react-scripts": "2.1.3",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "4.19.1",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"connected-react-router": "4.5.0",
"lodash": "^4.17.11",
"react": "16.7.0",
"react-dom": "^16.7.0",
"react-redux": "5.1.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-spoiler": "^0.4.2",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"sanitize.css": "7.0.3",
"sass": "^1.20.1",
"serve": "10.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}