-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "qc-nicks",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@nuxthub/core": "0.8.7",
"@nuxtjs/tailwindcss": "^6.12.2",
"drizzle-kit": "^0.30.0",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "0.5.6",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"wrangler": "^3.93.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/forms": "^0.5.9",
"drizzle-orm": "^0.38.0",
"gh-pages": "^5.0.0",
"nuxt-icon": "^0.2.11",
"vue-accessible-color-picker": "^4.1.4",
"vue-gpickr": "^1.0.0"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}