-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "blood-donor",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha ./test/test.js --timeout 15000"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "~1.17.1",
"chai": "^4.0.2",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.4",
"debug": "~2.6.3",
"esri-loader": "^1.0.0",
"express": "~4.15.2",
"geopoint": "^1.0.1",
"jade": "~1.11.0",
"mocha": "^3.4.2",
"mocha-mongoose": "^1.2.0",
"mongoose": "^4.10.7",
"morgan": "~1.8.1",
"nodemon": "^1.11.0",
"react": "^15.6.1",
"react-arcgis": "^1.2.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-fontawesome": "^1.6.1",
"react-router-dom": "^4.1.1",
"serve-favicon": "~2.4.2",
"sinon": "^2.3.5",
"sinon-mongoose": "^2.0.2",
"socket.io": "^2.0.3",
"style-loader": "^0.18.2",
"validator": "^7.0.0",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"chai": "^4.0.2",
"css-loader": "^0.28.4",
"mocha": "^3.4.2",
"sinon": "^1.17.2"
}
}