gedaechtnas/gdn-app/package.json
2025-05-27 00:33:57 +02:00

39 lines
1,002 B
JSON

{
"name": "gdn-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"check": "vue-tsc --noEmit && eslint",
"build": "pnpm check && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@remixicon/vue": "^4.6.0",
"@tailwindcss/vite": "^4.1.7",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-opener": "^2.2.7",
"@vueuse/core": "^12.8.2",
"pinia": "^2.3.1",
"tailwindcss": "^4.1.7",
"vue": "^3.5.15",
"zod": "^3.25.29"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.15.21",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^9.33.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7.6",
"vue-tsc": "^2.2.10"
}
}