mirror of https://github.com/pozm/gdke.git
38 lines
964 B
JSON
38 lines
964 B
JSON
{
|
|
"name": "gdke-gui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tauri-apps/api": ">=2.0.0-rc.0",
|
|
"@tauri-apps/plugin-dialog": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-shell": ">=2.0.0-rc.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.436.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": ">=2.0.0-rc.0",
|
|
"@types/node": "^22.5.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.41",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|