-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.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
{
"name": "hsm",
"version": "0.1.7",
"description": "Hardware Script Monitor — Aggregate Engine (Rust Data Factory + Babylon.js/PixiJS/Three.js/uPlot Beauty Layer)",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@babylonjs/core": "^9.9.1",
"@babylonjs/loaders": "^9.9.1",
"@babylonjs/viewer": "^9.9.0",
"@kobalte/core": "^0.13.11",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2",
"dxf": "^5.3.1",
"dxf-viewer": "^1.0.47",
"lucide-solid": "^1.16.0",
"pixi.js": "^8.18",
"solid-js": "^1.9.13",
"three": "^0.184",
"uplot": "^1.6.32"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/cli": "^2",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "~6.0.3",
"vite": "^8.0.14",
"vite-plugin-solid": "^2.11.12"
}
}