-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 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-livestream-console",
"version": "1.0.0",
"engines": {
"node": "16.x"
},
"description": "",
"main": "server.js",
"scripts": {
"sass-compile": "sass scss/main.scss public/css/main.css",
"sass-watch": "sass -w scss/main.scss public/css/main.css",
"build": "npm i && npm run sass-compile",
"dev": "npm run sass-compile && node server.js && npm run sass-watch",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.0.0-beta2",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"googleapis": "^67.1.0",
"material-design-icons": "^3.0.1",
"node": "^19.1.0",
"server.js": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7",
"sass": "^1.56.1"
}
}