-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 892 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
{
"name": "disaster-relief",
"description": "Data Base Course Project",
"main": "app.js",
"private": true,
"scripts": {
"backend": "nodemon app.js",
"start": "npm run backend"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.0",
"indicative": "7.4.4",
"morgan": "~1.9.0",
"pg": "8.0.3",
"request": "^2.88.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"concurrently": "^4.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.0.1",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17",
"webpack-cli": "^3.2.1"
}
}