-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 908 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
{
"name": "kanban",
"version": "1.0.0",
"description": "Kanban a tool for organizing projects",
"main": "index.js",
"scripts": {
"debug": "node index.js",
"start": "node index.js",
"dev": "node index.js",
"serve": "npm run --prefix ./client serve"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.16.0",
"connect-mongo": "^3.2.0",
"connect-mongodb-session": "^2.2.0",
"cors": "^2.8.1",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.3",
"express-session": "^1.17.0",
"mongoose": "^5.13.15",
"socket.io": "^2.4.0",
"sweetalert2": "^9.6.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vue2-google-maps": "^0.10.7"
},
"engines": {
"node": "^10.0.0",
"npm": "^6.5.0"
}
}