-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.89 KB
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
57
58
59
60
61
62
63
64
{
"name": "front-end-web",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080/",
"dependencies": {
"@google-cloud/datastore": "^1.1.0",
"@google-cloud/nodejs-repo-tools": "^2.0.7",
"axios": "^0.17.0",
"babel-plugin-transform-flow-strip-types": "6.21.0",
"babel-polyfill": "6.20.0",
"babel-preset-latest": "6.16.0",
"body-parser": "~1.17.1",
"bootstrap": "^3.3.7",
"concurrently": "^3.5.1",
"core-js": "^2.5.1",
"express": "4.14.0",
"fs": "^0.0.1-security",
"history": "^4.7.2",
"js-sha256": "^0.9.0",
"lodash": "~4.17.4",
"material-design-icons": "^3.0.1",
"material-ui": "^0.19.2",
"material-ui-pagination": "^1.1.6",
"mysql": "^2.15.0",
"nconf": "~0.8.4",
"prompt": "~1.0.0",
"pug": "2.0.0-rc.3",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-bootstrap-table": "^4.2.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.14",
"react-tap-event-plugin": "^3.0.1",
"redux": "^3.7.2",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.4.0",
"redux-promise": "^0.5.3",
"redux-storage": "^4.1.2",
"redux-thunk": "^2.2.0",
"styled-components": "^2.2.4",
"uglify-js": "3.0.27",
"yarn": "^1.1.0"
},
"scripts": {
"start": "concurrently \"yarn run frontend\" \"yarn run backend\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"frontend": "react-scripts start",
"backend": "node backend/src/Api.js"
},
"devDependencies": {
"concurrently": "^3.5.1"
},
"homepage": "https://duke-major-planner.appspot.com/"
}