mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
24 lines
630 B
JSON
24 lines
630 B
JSON
{
|
|
"name": "slimevr-ui",
|
|
"version": "0.5.1",
|
|
"private": true,
|
|
"workspaces": [
|
|
"solarxr-protocol",
|
|
"gui"
|
|
],
|
|
"scripts": {
|
|
"gui": "npm run update-solarxr && cd gui && npm run tauri dev",
|
|
"tauri": "cd gui && npm run tauri",
|
|
"skipbundler": "cd gui && npm run skipbundler",
|
|
"build": "npm run tauri build",
|
|
"update-solarxr": "cd solarxr-protocol && npm run build",
|
|
"prepare": "husky install && npm run update-solarxr && patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^5.43.0",
|
|
"husky": "^8.0.2",
|
|
"patch-package": "^6.5.0",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|