-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui-pro": "^1.5.0",
"@twurple/api": "^7.2.0",
"@twurple/auth": "^7.2.0",
"@twurple/eventsub-http": "^7.2.0",
"@twurple/eventsub-ws": "^7.2.0",
"@types/better-sqlite3": "^7.6.12",
"better-sqlite3": "^11.6.0",
"consola": "^3.2.3",
"drizzle-orm": "^0.36.4",
"h3-zod": "^0.5.3",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "^0.5.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-virtual-scroller": "2.0.0-beta.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@nuxtjs/color-mode": "^3.5.2",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"drizzle-kit": "^0.28.1"
}
}