-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 939 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
{
"name": "budget-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"client": "cd client && npm start",
"webpack": "webpack",
"prestart": "npm run webpack"
},
"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": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"compression": "^1.7.4",
"express": "^4.17.1",
"lite-server": "^2.5.3",
"mongoose": "^5.5.15",
"morgan": "^1.9.1",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-pwa-manifest": "^4.3.0"
}
}