gedaechtnas/gdn-app/package.json
2025-02-13 23:27:28 +01:00

39 lines
999 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.0.6",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.5",
"@vueuse/core": "^12.5.0",
"pinia": "^2.3.1",
"tailwindcss": "^4.0.6",
"vue": "^3.5.13",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vue-tsc": "^2.2.0"
}
}