forked from unlimited-wtf/Unlimited-Webpanel-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 KB
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
50
51
52
{
"name": "unlimited-website",
"author": "Unlimited.wtf - Renegade",
"version": "2.0.0-beta",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.0",
"@nuxtjs/i18n": "9.0.0-rc.1",
"@pinia/nuxt": "^0.5.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.446.0",
"nuxt": "^3.13.2",
"nuxt-svgo": "^4.0.6",
"nuxt-typed-router": "^3.7.0",
"nuxt-zod-i18n": "^1.10.0",
"nuxt3-leaflet": "^1.0.13",
"radix-vue": "^1.9.6",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"semi": true,
"arrowParens": "always",
"trailingComma": "none",
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"packageManager": "pnpm@9.1.4+sha1.2432063d815cfa88fd9fef1d85a445e3f609851d",
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.2"
}
}