-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@morev/vue-transitions": "^3.0.2",
"@types/uuid": "^10.0.0",
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2",
"argon2": "^0.41.1",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"nuxt": "^3.13.0",
"radix-vue": "^1.9.6",
"tailwind-variants": "^0.2.1",
"uuid": "^10.0.0",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@nuxt/icon": "^1.5.2",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/forms": "^0.5.9",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"drizzle-kit": "^0.24.2",
"nuxt-auth-utils": "^0.3.9",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2"
}
}