-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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": "budget-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "npm run webpack",
"webpack": "webpack",
"start": "node server.js",
"lite-server": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-boot-camp/unit18hw.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coding-boot-camp/unit18hw/issues"
},
"homepage": "https://github.com/coding-boot-camp/unit18hw#readme",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"lite-server": "^2.5.3",
"mongoose": "^5.5.15",
"morgan": "^1.9.1"
},
"devDependencies": {
"webpack": "^5.4.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.1.0",
"webpack-pwa-manifest": "^4.2.0"
}
}