-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "agent-hub-frontend",
"private": true,
"scripts": {
"dev": "vite",
"dev:web": "vite --mode web",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"version": "node scripts/sync-version.js"
},
"devDependencies": {
"@tailwindcss/cli": "^4",
"tailwindcss": "^4"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.10.1",
"@vitejs/plugin-vue": "^6.0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.577.0",
"pinia": "^3.0.4",
"reka-ui": "^2.9.8",
"tailwind-merge": "^3.6.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vue": "^3.5.35",
"vue-i18n": "^11.4.4",
"vue-tsc": "^3.3.3"
}
}