-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 919 Bytes
/
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
{
"name": "spelling_app_thing",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.2",
"cookies-js": "^1.2.3",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"material-ui": "^1.0.0-beta.30",
"material-ui-icons": "^1.0.0-beta.17",
"mongoose": "^4.13.6",
"nconf": "^0.9.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17",
"styled-components": "^3.0.2",
"typeface-roboto": "0.0.54"
},
"proxy": "http://localhost:5000",
"scripts": {
"start": "react-scripts start",
"start:server": "NODE_ENV=development nodemon server/index.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}