gedaechtnas/gdn-app/package.json
2025-04-28 01:55:38 +02:00

39 lines
1,000 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.4",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-opener": "^2.2.6",
"@vueuse/core": "^12.8.2",
"pinia": "^2.3.1",
"tailwindcss": "^4.1.4",
"vue": "^3.5.13",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.15.2",
"@vitejs/plugin-vue": "^5.2.3",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-vue": "^9.33.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.3",
"vite-plugin-vue-devtools": "^7.7.5",
"vue-tsc": "^2.2.10"
}
}