|
45 | 45 | "fix:all": "yarn fix:frontend && yarn fix:rust && yarn i18n:check" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | | - "@tauri-apps/api": "^2.8.0", |
49 | | - "@tauri-apps/plugin-autostart": "^2.5.0", |
50 | | - "@tauri-apps/plugin-dialog": "^2.3.3", |
51 | | - "@tauri-apps/plugin-fs": "^2.4.2", |
52 | | - "@tauri-apps/plugin-opener": "^2.5.0", |
53 | | - "@tauri-apps/plugin-process": "^2.3.0", |
54 | | - "@tauri-apps/plugin-shell": "^2.3.1", |
55 | | - "@tauri-apps/plugin-store": "^2.4.0", |
56 | | - "chrono-node": "^2.8.4", |
| 48 | + "@tauri-apps/api": "^2.9.1", |
| 49 | + "@tauri-apps/plugin-autostart": "^2.5.1", |
| 50 | + "@tauri-apps/plugin-dialog": "^2.6.0", |
| 51 | + "@tauri-apps/plugin-fs": "^2.4.5", |
| 52 | + "@tauri-apps/plugin-opener": "^2.5.3", |
| 53 | + "@tauri-apps/plugin-process": "^2.3.1", |
| 54 | + "@tauri-apps/plugin-shell": "^2.3.4", |
| 55 | + "@tauri-apps/plugin-store": "^2.4.2", |
| 56 | + "chrono-node": "^2.9.0", |
57 | 57 | "lucide-vue-next": "^0.563.0", |
58 | 58 | "pinia": "^3.0.4", |
59 | 59 | "vue": "^3.5.27", |
60 | 60 | "vue-i18n": "11.2.8", |
61 | 61 | "vue-router": "^4.6.4" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@tauri-apps/cli": "^2.8.3", |
| 64 | + "@tailwindcss/vite": "^4.1.18", |
| 65 | + "@tauri-apps/cli": "^2.9.6", |
65 | 66 | "@types/node": "^24.3.0", |
66 | 67 | "@typescript-eslint/eslint-plugin": "^8.54.0", |
67 | 68 | "@typescript-eslint/parser": "^8.54.0", |
|
83 | 84 | "lint-staged": "^16.2.7", |
84 | 85 | "node-fetch": "^3.3.2", |
85 | 86 | "prettier": "^3.8.1", |
| 87 | + "tailwindcss": "^4.1.18", |
86 | 88 | "tar": "^7.5.7", |
87 | 89 | "typescript": "^5.8.3", |
88 | 90 | "typescript-eslint": "^8.54.0", |
|
0 commit comments