glowing-fiesta-original/package.json
Liviu Burcusel 6d3cdb560d
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m7s
Production Build and Deploy / Deploy (push) Successful in 29s
[Closes #8] Added authentication
2026-01-07 11:19:52 +01:00

69 lines
1.8 KiB
JSON

{
"name": "glowing-fiesta",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"prebuild": "vue-tsc --noEmit",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint-files": "eslint --ext .js,.ts,.vue",
"type-check": "vue-tsc --noEmit",
"vitest": "vitest",
"test": "vitest run",
"coverage": "vitest run --coverage",
"prepare": "husky"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"better-auth": "^1.4.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"lucide-vue-next": "^0.562.0",
"nuxt": "^4.1.3",
"pg": "^8.16.3",
"pinia": "^3.0.4",
"reka-ui": "^2.7.0",
"shadcn-nuxt": "^2.4.3",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"vue-sonner": "^2.0.9",
"zod": "^4.2.1"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"@tailwindcss/vite": "^4.1.18",
"@types/pg": "^8.16.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "^14.1.0",
"drizzle-kit": "^0.31.8",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-prettier": "^5.5.4",
"happy-dom": "^20.0.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.6.2",
"sass-embedded": "^1.93.3",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.0.1",
"vue-tsc": "^3.1.8"
},
"lint-staged": {
"*": "npm run lint"
}
}