-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "src",
"version": "0.0.1",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"es6-promise": "^4.1.1",
"eslint-config-airbnb": "^15.0.2",
"history": "^4.6.3",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-scripts": "^1.0.10",
"react-tooltip": "^3.3.0",
"react-widgets": "^3.4.8",
"redux": "^3.6.0",
"redux-form": "^7.0.3",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.4",
"sanitize.css": "^5.0.0",
"sass": "^1.52.3"
},
"scripts": {
"dev": "npm run watch-css | npm run start",
"prod": "npm run build-css | npm run build",
"start": "react-scripts start",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"json": "cd src/constants && json-server --watch --host 10.10.54.142 data.json --port 8080",
"build-css": "node-sass-chokidar src/ -o src/",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src test build",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"gh-pages": "^4.0.0",
"json-server": "^0.11.2"
}
}