-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
{
"name": "spirit-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"build-css": "^0.2.0",
"generate-password": "^1.4.0",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-onclickoutside": "^6.7.1",
"react-range-progress": "^4.0.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"victory": "^0.25.6"
},
"scripts": {
"start": "npm-run-all -p watch-css start-js",
"start-js": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"eslint": "./node_modules/eslint/bin/eslint.js ./*.js ./src/*.js ./src/*/*.js ./src/*/*/*.js"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.17.0",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.2.1",
"jest-cli": "^22.2.1",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.2",
"react-test-renderer": "^16.2.0",
"redux-devtools": "^3.4.1",
"redux-logger": "^3.0.6"
}
}