gedaechtnas/gdn-app/package.json

31 lines
744 B
JSON

{
"name": "gdn-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@remixicon/vue": "^4.6.0",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.5",
"pinia": "^2.3.1",
"tailwindcss": "^4.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^22.10.10",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.1",
"vue-tsc": "^2.2.0"
}
}