| 1 | { |
| 2 | "name": "streetcut", |
| 3 | "private": true, |
| 4 | "version": "1.0.0", |
| 5 | "type": "module", |
| 6 | "scripts": { |
| 7 | "dev": "vite", |
| 8 | "build": "tsc && vite build", |
| 9 | "preview": "vite preview", |
| 10 | "tauri": "tauri", |
| 11 | "gim": "./scripts/generate-icon-mobile.sh", |
| 12 | "gimas": "./scripts/generate-icon-mas.sh" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@fabianlars/tauri-plugin-oauth": "^2.0.0", |
| 16 | "@radix-ui/react-tooltip": "^1.2.8", |
| 17 | "@tauri-apps/api": "^2.9.0", |
| 18 | "@tauri-apps/plugin-haptics": "^2.3.2", |
| 19 | "@tauri-apps/plugin-log": "~2.7.1", |
| 20 | "@tauri-apps/plugin-opener": "^2.5.2", |
| 21 | "@tauri-apps/plugin-store": "~2.4.1", |
| 22 | "react": "^19.2.0", |
| 23 | "react-dom": "^19.2.0", |
| 24 | "react-router-dom": "^6.30.2" |
| 25 | }, |
| 26 | "devDependencies": { |
| 27 | "@tauri-apps/cli": "^2.9.4", |
| 28 | "@types/react": "^19.2.7", |
| 29 | "@types/react-dom": "^19.2.3", |
| 30 | "@vitejs/plugin-react": "^4.7.0", |
| 31 | "autoprefixer": "^10.4.22", |
| 32 | "postcss": "^8.5.6", |
| 33 | "tailwindcss": "^3.4.18", |
| 34 | "typescript": "~5.8.3", |
| 35 | "vite": "^7.2.4" |
| 36 | } |
| 37 | } |