-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
44
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@nuxt/content": "3.0.0-alpha.6",
"@nuxt/eslint": "^0.6.1",
"@nuxt/ui": "3.0.0-alpha.7",
"@nuxt/ui-pro": "3.0.0-alpha.8",
"@nuxthub/core": "^0.8.6",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@paralleldrive/cuid2": "^2.2.2",
"@pinia/nuxt": "^0.7.0",
"@tailwindcss/typography": "^0.5.15",
"drizzle-orm": "^0.36.1",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "^0.5.3",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"nuxt-authorization": "^0.3.0",
"pinia": "^2.2.4",
"save": "^2.9.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"drizzle-kit": "^0.28.0",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6",
"wrangler": "^3.86.1"
},
"packageManager": "[email protected]"
}