-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "third_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --use_strict index.js",
"bundle": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"google-maps-react": "^1.0.19",
"jsonwebtoken": "^7.3.0",
"material-ui": "^0.17.1",
"materialize": "^1.0.0",
"materialize-css": "^0.98.1",
"mongoose": "^4.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0",
"react-google-map": "^3.0.1",
"react-google-maps-loader": "^2.0.2",
"react-materialize": "^0.18.1",
"react-parallax": "^1.2.6",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"request": "^2.81.0",
"validator": "^7.0.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"nodemon": "^1.11.0",
"webpack": "^2.3.2"
}
}