-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "pvvc",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ajax-request": "^1.2.3",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"ejs": "^2.5.8",
"express": "^4.16.2",
"express-flash": "git://github.com/RGBboy/express-flash.git",
"express-session": "^1.15.6",
"mongodb": "^3.0.4",
"mongoose": "^5.0.11",
"node-redis-session": "^0.3.3",
"popper.js": "^1.14.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}