mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
- Add e.preventDefault() in handlePointerDown to prevent text selection - Add @dragstart.prevent to prevent native browser drag - Add select-none and @selectstart.prevent to workspace - Add mouseleave event listener to reset drag state when leaving window - Refactor grid positioning to use consistent iconPadding constant
82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "haex-hub",
|
|
"private": true,
|
|
"version": "0.1.10",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"drizzle:generate": "drizzle-kit generate",
|
|
"drizzle:migrate": "drizzle-kit migrate",
|
|
"eslint:fix": "eslint --fix",
|
|
"generate:rust-types": "tsx ./src-tauri/database/generate-rust-types.ts",
|
|
"generate:ts-types": "cd src-tauri && cargo test",
|
|
"generate": "nuxt generate",
|
|
"postinstall": "nuxt prepare",
|
|
"preview": "nuxt preview",
|
|
"tauri:build:debug": "tauri build --debug",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/eslint": "1.9.0",
|
|
"@nuxt/fonts": "0.11.4",
|
|
"@nuxt/icon": "2.0.0",
|
|
"@nuxt/ui": "4.1.0",
|
|
"@nuxtjs/i18n": "10.0.6",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@tauri-apps/api": "^2.9.0",
|
|
"@tauri-apps/plugin-dialog": "^2.4.2",
|
|
"@tauri-apps/plugin-fs": "^2.4.4",
|
|
"@tauri-apps/plugin-notification": "2.3.1",
|
|
"@tauri-apps/plugin-opener": "^2.5.2",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-store": "^2.4.1",
|
|
"@vueuse/components": "^13.9.0",
|
|
"@vueuse/core": "^13.9.0",
|
|
"@vueuse/gesture": "^2.0.0",
|
|
"@vueuse/nuxt": "^13.9.0",
|
|
"drizzle-orm": "^0.44.7",
|
|
"eslint": "^9.38.0",
|
|
"nuxt-zod-i18n": "^1.12.1",
|
|
"swiper": "^12.0.3",
|
|
"tailwindcss": "^4.1.16",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/hugeicons": "^1.2.17",
|
|
"@iconify-json/lucide": "^1.2.71",
|
|
"@iconify/json": "^2.2.401",
|
|
"@iconify/tailwind4": "^1.0.6",
|
|
"@libsql/client": "^0.15.15",
|
|
"@tauri-apps/cli": "^2.9.1",
|
|
"@types/node": "^24.9.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vue/compiler-sfc": "^3.5.22",
|
|
"drizzle-kit": "^0.31.5",
|
|
"globals": "^16.4.0",
|
|
"nuxt": "^4.2.0",
|
|
"prettier": "3.6.2",
|
|
"tsx": "^4.20.6",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.3",
|
|
"vue-tsc": "3.0.6"
|
|
},
|
|
"prettier": {
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"singleAttributePerLine": true
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"zod": "^3.22.4"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
|
|
}
|