-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "valve-Grooter",
"version": "0.0.0",
"description": "IntelliValve Message Grooter",
"main": "app.js",
"author": {
"name": ""
},
"scripts": {
"start": "npm run build && node dist/app.js",
"start:cached": "node dist/app.js",
"build": "tsc"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@types/express": "^4.17.7",
"@types/extend": "^3.0.1",
"@types/socket.io": "^2.1.10",
"@types/node": "^12.12.51",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"express": "^4.17.1",
"extend": "^3.0.2",
"serialport": "^9.0.0",
"socket.io": "^2.2.0",
"winston": "^3.3.3",
"multicast-dns": "^7.2.0",
"node-ssdp": "^4.0.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-touch-punch-c": "^1.4.0"
}
}