-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 944 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 944 Bytes
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
{
"name": "mindmap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mindmap": "nodemon ./server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "1.18.2",
"connect-redis": "3.3.3",
"cookie-parser": "1.4.3",
"dotenv": "4.0.0",
"ejs": "2.5.7",
"express": "4.16.2",
"express-session": "1.15.6",
"express-validator": "5.0.1",
"passport": "0.4.0",
"passport-google-oauth": "1.0.0",
"passport-oauth": "1.0.0",
"pg": "6.4.1",
"pg-format": "1.0.4",
"pg-hstore": "2.3.2",
"redis": "2.8.0",
"sequelize": "3.12.2",
"sequelize-cli": "2.1.0",
"socket.io": "2.0.4"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"nodemon": "1.12.1",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4"
}
}