-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 Bytes
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
{
"name": "exercises",
"version": "1.0.0",
"private": true,
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.9.0"
},
"dependencies": {
"axios": "^0.15.3",
"chart.js": "^2.7.1",
"lodash": "^4.17.4",
"material-ui": "^0.20.0",
"react": "^15.4.2",
"react-chartjs-2": "^2.6.4",
"react-dom": "^15.4.2",
"react-redux": "^5.0.6",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2",
"redux-promise": "^0.5.3",
"reflexbox": "^3.0.0-0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"clean": "rm -rf node_modules/gh-pages/.cache"
},
"homepage": "https://Greynight.github.io/exercises"
}