-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
59 lines (59 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "disaster-relief",
"version": "0.1.0",
"private": true,
"dependencies": {
"assert": "^1.4.1",
"auth": "0.0.9",
"bcrypt": "^3.0.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-session": "^1.17.0",
"forever": "^0.15.3",
"fs": "0.0.1-security",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"moment": "^2.22.2",
"mongodb": "^3.3.3",
"nodemon": "^1.19.4",
"normalize.css": "^8.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^16.11.0",
"react-dom": "16.8.0-alpha.1",
"react-feather": "^1.1.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "3.2.0",
"react-test-renderer": "^16.11.0",
"twilio": "^3.36.0"
},
"scripts": {
"start": "react-scripts start",
"server": "nodemon --exec babel-node server.js",
"all": "nodemon --exec babel-node server.js | react-scripts start & wait",
"win-all": "start nodemon --exec babel-node server.js && start react-scripts start & wait",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"babel-core": "^6.26.3"
}
}