-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "4.0.0-beta.3",
"codeforces-rating-system": "1.4.0",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.0.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"markdown": "^0.5.0",
"markdown-react-js": "^0.3.0",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-loading-overlay": "^0.2.8",
"react-notification-system": "^0.2.17",
"react-notification-system-redux": "^1.2.0",
"react-progress-button": "^5.1.0",
"react-redux": "^5.0.6",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-spinkit": "^3.0.0",
"react-transition-group": "^1.0.0",
"reactstrap": "^5.0.0-alpha.4",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-react": "^7.5.1",
"react-scripts": "1.0.12"
},
"scripts": {
"start": "NODE_PATH=src/ react-scripts start",
"build": "NODE_PATH=src/ react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3000"
}