-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "@iot/iot-webinterface",
"version": "2.24.2",
"description": "web interface for \"iot-monolith\".",
"repository": {
"type": "git",
"url": "https://git.i.wurstsalat.cloud/iot/iot-webinterface.git"
},
"license": "UNLICENSED",
"author": "Lennart Pelz <mail@mrpelz.de>",
"type": "module",
"main": "dist/main.js",
"module": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist/**/*",
"Dockerfile",
"nginx_template.conf",
"dist/**/*.{js,map,ts}"
],
"overrides": {
"serialize-javascript": "^7.0.3"
},
"dependencies": {
"@iot/iot-monolith": "latest",
"@mrpelz/misc-utils": "latest",
"@mrpelz/modifiable-date": "latest",
"@okikio/sharedworker": "latest",
"@preact/signals": "latest",
"comlink": "latest",
"goober": "latest",
"hls.js": "latest",
"idb-keyval": "latest",
"preact": "latest",
"proper-tags": "latest",
"resilient-websocket": "latest",
"style-vendorizer": "latest",
"workbox-precaching": "latest",
"workbox-window": "latest"
},
"devDependencies": {
"@mrpelz/boilerplate-common": "latest",
"@mrpelz/boilerplate-preact": "latest",
"@types/node": "latest",
"copy-webpack-plugin": "latest",
"fork-ts-checker-webpack-plugin": "latest",
"glob": "latest",
"modify-source-webpack-plugin": "latest",
"source-map-loader": "latest",
"typescript": "latest",
"workbox-webpack-plugin": "latest"
}
}