-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·41 lines (41 loc) · 1.06 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
{
"name": "gdg-scheduler",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.1",
"classnames": "^2.2.5",
"history": "^4.6.1",
"jquery": "^3.2.1",
"material-ui": "^0.19.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.5.4",
"react-flexbox-grid": "^2.0.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.5",
"react-render-html": "^0.6.0",
"react-router": "^2.0.0",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1",
"react-upload-file": "^2.0.0-beta.6",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-form-material-ui": "^4.2.0",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"proxy": "",
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build"
}
}