-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@iot/iot-webinterface",
"version": "2.43.3",
"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",
"npm-shrinkwrap.json"
],
"overrides": {
"copy-webpack-plugin": "14.0.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"serialize-javascript": "7.0.7",
"uuid": "13.0.1",
"webpack-dev-server": "6.0.0"
},
"dependencies": {
"@iot/iot-monolith": "latest",
"@mrpelz/misc-utils": "7.6.1",
"@mrpelz/modifiable-date": "7.6.1",
"@okikio/sharedworker": "1.1.0",
"@preact/signals": "2.11.2",
"comlink": "4.4.2",
"goober": "2.1.19",
"hls.js": "1.7.3",
"idb-keyval": "6.3.0",
"preact": "10.29.8",
"proper-tags": "2.0.2",
"resilient-websocket": "2.0.0",
"style-vendorizer": "2.2.3",
"three": "0.186.0",
"workbox-precaching": "7.4.1",
"workbox-window": "7.4.1"
},
"devDependencies": {
"@mrpelz/boilerplate-common": "16.4.0",
"@mrpelz/boilerplate-preact": "16.4.0",
"@types/node": "26.6.1",
"@types/semver": "7.8.0",
"@types/three": "0.186.0",
"@types/webpack-env": "1.18.8",
"copy-webpack-plugin": "14.0.0",
"eslint-plugin-react": "7.37.5",
"fork-ts-checker-webpack-plugin": "9.1.0",
"glob": "13.0.6",
"modify-source-webpack-plugin": "4.1.0",
"postcss-styled-syntax": "0.7.2",
"source-map-loader": "5.0.0",
"webpack-dev-server": "6.0.0",
"workbox-webpack-plugin": "7.4.1"
},
"packageManager": "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367",
"devEngines": {
"packageManager": {
"name": "npm",
"onFail": "warn"
}
}
}