hololake-system-architecture/product-source/hololake-clean-desktop/package.json

31 lines
767 B
JSON

{
"name": "hololake-clean-desktop",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc -b && vite build",
"test": "npm run build",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-dialog": "2.7.2",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-updater": "2.10.0",
"dompurify": "^3.4.13",
"marked": "^16.4.1",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.10.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"esbuild": "^0.28.1",
"typescript": "5.9.3",
"vite": "7.3.5"
}
}