fluxa-desktop/package.json
2026-06-27 20:55:02 +03:00

38 lines
1 KiB
JSON

{
"name": "fluxa-desktop",
"private": true,
"version": "0.1.19",
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "tsc && vite build",
"check": "npm run build && cd src-tauri && cargo check",
"preview": "vite preview",
"tauri": "tauri",
"bump": "bash scripts/bump-version.sh"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-deep-link": "^2.4.9",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2",
"@tauri-apps/plugin-http": "^2",
"@tauri-apps/plugin-notification": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-updater": "^2",
"lucide-react": "^1.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"esbuild": "^0.28.1",
"typescript": "^5.5.3",
"vite": "^8.1.0"
}
}