-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 985 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
38
39
40
{
"name": "web_admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect src/index.js",
"watch": "node-sass --watch src/res/scss/app.scss src/public/css/app.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuhoangduc/Web_admin.git"
},
"keywords": [
"vu",
"hoang",
"duc"
],
"author": "duc hoang",
"license": "ISC",
"bugs": {
"url": "https://github.com/vuhoangduc/Web_admin/issues"
},
"homepage": "https://github.com/vuhoangduc/Web_admin#readme",
"dependencies": {
"express": "^4.18.2",
"express-handlebars": "^7.0.2",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"mongoose": "^6.0.0",
"mongoose-delete": "^0.5.4"
},
"devDependencies": {
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-sass": "^8.0.0",
"nodemon": "^2.0.21"
}
}