This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "controller-dashboard",
"version": "0.0.0",
"description": "license year project",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=express-locallibrary-tutorial:* npm run devstart",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cunbex/controller_dashboard.git"
},
"keywords": [
"iot",
"smart-house",
"web",
"embeded-systems"
],
"author": "cunbex",
"license": "ISC",
"bugs": {
"url": "https://github.com/cunbex/controller_dashboard/issues"
},
"homepage": "https://github.com/cunbex/controller_dashboard#readme",
"devDependencies": {
"eslint-config-wesbos": "^4.0.1",
"prisma": "^5.14.0"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-24",
"@prisma/client": "^5.14.0",
"@quixo3/prisma-session-store": "^3.1.13",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-generator": "^4.15.5",
"express-session": "^1.18.0",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"morgan": "~1.9.1",
"mqtt": "^5.6.2",
"noble": "^0.0.2",
"uuid": "^9.0.1",
"ws": "^8.17.0"
}
}