Spaces:
Sleeping
Sleeping
| { | |
| "name": "@arac-hasar/desktop", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "preview": "vite preview", | |
| "tauri": "tauri", | |
| "tauri:dev": "tauri dev", | |
| "tauri:build": "tauri build", | |
| "lint": "eslint . --ext .ts,.tsx", | |
| "typecheck": "tsc --noEmit", | |
| "clean": "rm -rf dist node_modules/.vite src-tauri/target" | |
| }, | |
| "dependencies": { | |
| "@arac-hasar/types": "workspace:*", | |
| "@arac-hasar/ui": "workspace:*", | |
| "@tauri-apps/api": "^2.1.1", | |
| "@tauri-apps/plugin-dialog": "^2.2.0", | |
| "@tauri-apps/plugin-fs": "^2.2.0", | |
| "@tauri-apps/plugin-notification": "^2.2.0", | |
| "@tauri-apps/plugin-os": "^2.2.0", | |
| "@tauri-apps/plugin-shell": "^2.2.0", | |
| "@tauri-apps/plugin-store": "^2.2.0", | |
| "@tauri-apps/plugin-window-state": "^2.2.0", | |
| "axios": "^1.7.9", | |
| "i18next": "^23.16.8", | |
| "i18next-browser-languagedetector": "^8.0.2", | |
| "lucide-react": "^0.469.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-i18next": "^15.4.0", | |
| "react-router-dom": "^7.1.1" | |
| }, | |
| "devDependencies": { | |
| "@tauri-apps/cli": "^2.1.0", | |
| "@types/react": "^18.3.12", | |
| "@types/react-dom": "^18.3.1", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "autoprefixer": "^10.4.20", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^3.4.17", | |
| "typescript": "^5.7.2", | |
| "vite": "^6.0.7" | |
| } | |
| } | |