-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:studio": "dotenvx run -- drizzle-kit studio",
"db:generate": "dotenvx run -- drizzle-kit generate",
"db:migrate": "dotenvx run -- drizzle-kit migrate",
"test:ci": "vitest --run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.721.0",
"@aws-sdk/s3-request-presigner": "^3.721.0",
"@nuxt/icon": "^1.10.3",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-query": "^5.62.9",
"@tanstack/vue-query-devtools": "^5.62.9",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^12.3.0",
"@vueuse/math": "^12.3.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/router": "^12.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.38.3",
"drizzle-zod": "^0.6.1",
"ioredis": "^5.4.2",
"nuxt-auth-utils": "^0.5.7",
"postgres": "^3.4.4",
"posthog-js": "^1.203.2",
"posthog-node": "^4.3.2",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "^0.10.4",
"slug": "^10.0.0",
"tailwind-merge": "^2.6.0",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.32.0",
"@hebilicious/vue-query-nuxt": "^0.3.0",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/vscode-icons": "^1.2.7",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.7.4",
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.15.1",
"@pinia/nuxt": "^0.9.0",
"@sentry/node": "^8.47.0",
"@sentry/vue": "^8.47.0",
"@types/slug": "^5.0.9",
"@unocss/nuxt": "^0.65.3",
"@vitest/coverage-v8": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^12.3.0",
"drizzle-kit": "^0.30.1",
"happy-dom": "^16.3.0",
"nuxt": "^3.15.0",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-sort-imports": "^1.8.6",
"prettier-plugin-sql": "^0.18.1",
"typescript": "^5.7.2",
"unocss-preset-animations": "^1.1.0",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}