-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.3 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
{
"name": "itunes",
"version": "0.2.1",
"private": true,
"dependencies": {
"animate.css": "^3.7.0",
"axios": "^0.18.0",
"history": "^4.7.2",
"immutable": "^3.8.2",
"normalize.css": "^8.0.0",
"npm": "^6.4.1",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-loadable": "^5.5.0",
"react-player": "^1.6.6",
"react-redux": "^5.0.7",
"react-router": "^4.4.0-alpha.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/assets/styles -o src/assets/styles",
"watch-css": "npm run build-css && node-sass-chokidar src/assets/styles -o src/assets/styles --watch --recursive",
"start-js": "react-scripts start",
"start": "REACT_APP_STAGE=development npm-run-all -p watch-css start-js",
"dev": "CHOKIDAR_USEPOLLING=true npm start",
"build-js": "react-scripts build",
"build": "REACT_APP_STAGE=production GENERATE_SOURCEMAP=false npm-run-all build-css build-js"
},
"devDependencies": {
"ajv": "6.5.0",
"node-sass-chokidar": "^1.3.3",
"npm-run-all": "4.1.3"
}
}