-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 999 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 999 Bytes
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 --host",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"test": "vitest"
},
"dependencies": {
"@clerk/backend": "^1.16.4",
"@nuxt/devtools": "^1.3.14",
"@pinia/nuxt": "^0.5.4",
"ably": "^2.4.0",
"bad-words": "^4.0.0",
"cloudinary": "^2.5.0",
"mongodb": "6.8",
"nuxt": "^3.13.1",
"pinia": "^2.2.2",
"uuidjs": "^5.1.0",
"vite": "^5.4.5",
"vue": "latest",
"vue-clerk": "^0.8.5",
"vue-toast-notification": "^3.1.3",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vue/test-utils": "^2.4.6",
"jsdom": "^25.0.1",
"sass-embedded": "^1.78.0",
"vitest": "^2.1.3",
"vuetify-nuxt-module": "^0.18.3"
},
"overrides": {
"vue": "latest",
"vite": "^5.4.5"
}
}