-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 849 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
{
"name": "world-needs-therapy",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.4.0",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"cross-fetch": "^2.1.0",
"express": "^4.16.3",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reload": "^2.2.2"
},
"scripts": {
"start": "react-scripts start",
"api": "./node_modules/.bin/babel-node ./server --port 3333 --delay 500",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"scaffold": "node scaffold.js"
}
}