-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.83 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
{
"name": "siemens-web-tools",
"version": "1.0.2",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"gh-pages-build": "tsc && vite build",
"serve": "vite preview",
"test": "node scripts/run-tests.mjs"
},
"license": "MIT",
"devDependencies": {
"@serialport/bindings-interface": "^1.2.2",
"@suid/types": "^0.8.0",
"@suid/vite-plugin": "^0.4.1",
"@types/debug": "^4.1.12",
"@types/readable-stream": "^4.0.23",
"@types/sprintf-js": "^1.1.4",
"@types/w3c-web-serial": "^1.0.8",
"sass": "^1.97.3",
"terser": "^5.46.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-solid": "^2.11.10",
"vite-plugin-wasm": "^3.5.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@fontsource-variable/roboto": "^5.2.10",
"@kobalte/core": "^0.13.11",
"@serialport/stream": "^13.0.0",
"@sie-js/apoxi-tool": "^1.0.10",
"@sie-js/libffshit": "^0.0.9",
"@sie-js/serial": "^1.1.17",
"@solid-primitives/storage": "^4.3.4",
"@solidjs/router": "^0.15.4",
"@suid/icons-material": "^0.9.0",
"@suid/material": "^0.19.0",
"@suid/system": "^0.14.0",
"comlink": "^4.4.2",
"date-fns": "^4.1.0",
"debug": "^4.4.3",
"es-toolkit": "^1.45.1",
"eventemitter3": "^5.0.4",
"readable-stream": "^4.7.0",
"serialport-bindings-webserial": "^0.5.10",
"siemens-sms-parser": "^0.3.5",
"solid-js": "^1.9.11",
"sprintf-js": "^1.1.3",
"vite-plugin-solid-svg": "^0.8.1"
},
"packageManager": "pnpm@11.0.0-dev.1005+sha512.91f84a392eea348ea4852a182912d2520273a4336f933b78cc44bc931eb999923c097e9433a9b355adc1f725725ea99082fc9f032a559df832632e764c92c798",
"pnpm": {
"overrides": {}
}
}