-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
45
46
47
48
49
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"ui": "npx --yes ui-thing@latest add",
"theme": "npx ui-thing@latest theme",
"shortcut": "npx ui-thing@latest shortcuts",
"gen-icon": "npx pwa-assets-generator --preset minimal-2023 public/logo.svg"
},
"devDependencies": {
"@dargmuesli/nuxt-cookie-control": "^7.2.5",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.10.4",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.8.0",
"@vueuse/math": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"nuxt": "^3.9.0",
"nuxt-icon": "^0.6.8",
"nuxt-lucide-icons": "^1.0.3",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vite-plugin-remove-console": "^2.2.0",
"vue": "^3.4.6",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/types": "^2.17.2",
"@nuxtjs/cloudinary": "^2.5.2",
"@vee-validate/nuxt": "^4.12.4",
"@vee-validate/zod": "^4.12.4",
"firebase": "^10.12.2",
"nuxt-vuefire": "^1.0.2",
"radix-vue": "^1.3.0",
"socket.io-client": "^4.7.4",
"tailwind-variants": "^0.1.20",
"vuefire": "^3.1.23",
"zod": "^3.22.4"
}
}