forked from GEWD/Safe-Travels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "safe-travels",
"version": "1.0.0",
"description": "",
"author": "",
"license": "",
"engines": {
"node": ">=6.4.0"
},
"scripts": {
"start": "node server/server.js",
"react-dev": "webpack -d --watch",
"server-dev": "concurrently \"nodemon server/index.js\" \"open http://localhost:5000\""
},
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.1",
"file-loader": "^0.10.1",
"google-url": "0.0.4",
"history": "^4.6.0",
"jquery": "^3.2.1",
"moment": "^2.17.1",
"mongoose": "^4.9.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"react": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dates": "^8.2.0",
"react-dom": "^15.4.2",
"react-google-places-suggest": "^2.0.1",
"react-mailto": "^0.4.0",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"twilio": "^2.11.1"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.7.2",
"concurrently": "^3.4.0",
"css-loader": "^0.27.3",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"style-loader": "^0.14.1",
"webpack": "^2.2.1"
},
"babel": {
"presets": [
"es2015"
]
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/spotcrime/raw/master/LICENSE"
}
]
}