Files
Sprimo/frontend/tauri-ui/package.json
2026-02-13 09:57:08 +08:00

27 lines
576 B
JSON

{
"name": "sprimo-tauri-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "npx vite",
"build": "npx vite build",
"preview": "npx vite preview"
},
"dependencies": {
"@pixi/app": "^7.4.3",
"@pixi/core": "^7.4.3",
"@pixi/sprite": "^7.4.3",
"@tauri-apps/api": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}