fluxa-desktop/package.json
2026-07-26 18:58:50 +03:00

45 lines
1.3 KiB
JSON

{
"name": "fluxa-desktop",
"private": true,
"version": "0.1.29",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest run",
"typecheck": "node scripts/gen-core-methods.mjs && tsc --noEmit",
"build": "node scripts/gen-core-methods.mjs && tsc && vite build",
"check": "npm run build && cd src-tauri && cargo check",
"preview": "vite preview",
"tauri": "tauri",
"bump": "bash scripts/bump-version.sh"
},
"dependencies": {
"@sentry/react": "^10.64.0",
"@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.22.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"esbuild": "^0.28.1",
"jsdom": "^29.1.1",
"typescript": "^6.0.3",
"vite": "^8.1.1",
"vitest": "^4.1.10"
}
}