-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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": "vue-crud",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"db:generate": "drizzle-kit generate",
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@iconify/vue": "^4.2.0",
"@nuxt/devtools": "^1.6.4",
"@nuxthub/core": "^0.8.10",
"nuxt": "^3.14.1592",
"vue-tsc": "^2.1.10",
"wrangler": "^3.96.0"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@pinia/nuxt": "^0.9.0",
"@simplewebauthn/browser": "^11.0.0",
"@simplewebauthn/server": "^11.0.0",
"@vueuse/core": "^12.0.0",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"h3-zod": "^0.5.3",
"mande": "^2.0.9",
"nuxt-auth-utils": "0.5.1",
"pinia": "^2.3.0",
"zod": "^3.24.1"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}