-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.23 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
{
"name": "nuxthub-starter",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix",
"typecheck": "nuxt typecheck",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push:sqlite --config=drizzle.config.ts",
"create:crud": "node scripts/create-crud.mjs"
},
"dependencies": {
"@internationalized/date": "^3.5.6",
"@internationalized/number": "^3.5.4",
"@libsql/client": "^0.14.0",
"@morev/vue-transitions": "^3.0.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "^1.8.1",
"@nuxthub/core": "^0.7.26",
"@vee-validate/nuxt": "^4.13.2",
"@vueform/multiselect": "^2.6.10",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.34.1",
"drizzle-zod": "^0.5.1",
"jszip": "^3.10.1",
"nuxt": "^3.13.2",
"radix-vue": "^1.9.7",
"tailwind-variants": "^0.2.1",
"vaul-vue": "^0.2.0",
"vue-currency-input": "^3.1.0"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@formkit/nuxt": "^1.6.7",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/lucide": "^1.2.8",
"@iconify-json/ph": "^1.2.1",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/icon": "^1.5.6",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/seo": "2.0.0-rc.18",
"@nuxtjs/tailwindcss": "^6.12.1",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "0.5.15",
"@unlighthouse/nuxt": "^0.10.6",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"drizzle-kit": "^0.25.0",
"eslint": "^9.12.0",
"lightgallery": "^2.7.2",
"nuxt-auth-utils": "^0.4.4",
"nuxt-security": "2.0.0",
"nuxt-swiper": "^1.2.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6",
"wrangler": "3.80.3"
},
"packageManager": "[email protected]"
}