-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "shpred",
"version": "0.1.0",
"private": true,
"dependencies": {
"css-mqpacker": "^6.0.1",
"immutable": "^3.8.2",
"npm-run-all": "^4.1.2",
"postcss-cli": "^4.1.1",
"postcss-cssnext": "^3.0.2",
"postcss-extend": "^1.0.5",
"postcss-import": "^11.0.0",
"postcss-mixins": "^6.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-devtools": "^3.4.1",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"tachyons": "MythicalFish/tachyons",
"video-react": "^0.9.3"
},
"scripts": {
"start": "run-p start-postcss start-react",
"build": "run-s postcss build-react",
"start-react": "react-scripts start",
"build-react": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postcss": "postcss src/styles/bundle.pcss -o src/App.css",
"start-postcss": "npm run postcss -- -w"
}
}