-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.17 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
{
"sigil": "REPAIR",
"name": "arda_hud",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev:stable": "PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig __NV_DISABLE_EXPLICIT_SYNC=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 GDK_BACKEND=x11 tauri dev",
"tauri:build:stable": "bash -lc 'source ../../../scripts/runtime_build_env.sh && annunimas_runtime_build_env ../../.. && PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig __NV_DISABLE_EXPLICIT_SYNC=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 GDK_BACKEND=x11 tauri build --no-bundle'",
"package:stable": "bash ../../../scripts/package_arda_hud.sh",
"launch:stable": "bash ../../../scripts/launch_arda_hud.sh",
"soterion:unicode": "bash scripts/soterion_unicode_guard.sh",
"export:companion-state": "node scripts/export-companion-state.mjs"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@zvec/zvec": "^0.2.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.34.3",
"fuse.js": "^7.1.0",
"lucide-react": "^0.575.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-virtualized-auto-sizer": "^2.0.3",
"react-window": "^2.2.7",
"three": "^0.183.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-window": "^1.8.8",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.24",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^4.0.18"
}
}