-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 998 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
{
"name": "the-chill-room-firebase",
"version": "1.0.0",
"description": "Chill-room-firebase",
"main": "public/server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ../public/server.js",
"build_dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thucngyyen/the-chill-room-firebase.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thucngyyen/the-chill-room-firebase/issues"
},
"homepage": "https://github.com/thucngyyen/the-chill-room-firebase#readme",
"dependencies": {
"firebase": "^9.9.0",
"firebase-tools": "^11.16.1"
},
"devDependencies": {
"nodemon": "^2.0.15",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}