-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 871 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
{
"dependencies": {
"body-parser": "^1.20.2",
"clang": "^1.0.9",
"express": "^4.18.2",
"express-handlebars": "^7.0.6",
"json-server": "^0.17.3",
"method-override": "^3.0.0",
"mongoose": "^7.0.3",
"mongoose-slug-generator": "^1.0.4",
"node-sass": "^8.0.0"
},
"name": "json_server",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"watch": "node-sass --watch src/resources/scss/app.scss src/public/css/app.css",
"starts": "nodemon --inspect src/index.js",
"start": "json-server --watch db.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"handlebars": "^4.5.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.7"
}
}