-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 Bytes
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
{
"name": "webalarm",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"scripts": {
"start": "node server.js",
"server": "nodemon server",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"body-parser": "^1.19.0",
"bootstrap-switch-button-react": "^1.2.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"http": "0.0.1-security",
"mdbreact": "^4.27.0",
"node-cron": "^2.0.3",
"react-dark-mode-toggle": "0.0.9",
"socket.io": "^2.3.0",
"swagger-ui-express": "^4.0.7",
"use-dark-mode": "^2.3.1",
"web-push": "^3.3.5"
}
}