-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.2",
"@nuxtjs/mdc": "^0.8.3",
"@pinia/nuxt": "^0.5.1",
"@prisma/client": "^5.19.1",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-youtube": "^2.4.0",
"@types/formidable": "^3.4.5",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"nuxt-tiptap-editor": "^1.1.2",
"pinia": "^2.1.7",
"uuid": "^10.0.0",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.6",
"@nuxt/icon": "^1.5.2",
"@types/minio": "^7.1.1",
"nuxt": "^3.13.1",
"nuxt-file-storage": "^0.2.6",
"prisma": "^5.20.0",
"typescript": "^5.6.2"
}
}