forked from codeforsanjose/disaster-response-sj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "disaster-relief",
"version": "0.1.0",
"private": true,
"dependencies": {
"assert": "^1.4.1",
"auth": "0.0.9",
"bcrypt": "^3.0.5",
"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.15.6",
"forever": "^0.15.3",
"fs": "0.0.1-security",
"jest": "^23.6.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"mongodb": "^3.2.3",
"nodemon": "^1.18.11",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^16.8.6",
"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": "1.1.5",
"react-test-renderer": "^16.8.6",
"twilio": "^3.30.0"
},
"scripts": {
"start": "react-scripts start",
"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.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.3",
"babel-core": "^6.26.3"
}
}