-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
50
51
52
{
"name": "ffxiv-lodestone-translator",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@unhead/vue": "^1.11.11",
"@unocss/reset": "^0.64.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fflate": "^0.8.2",
"lucide-vue-next": "^0.460.0",
"radix-vue": "^1.9.10",
"splaytree": "^3.1.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "4.0.0-alpha.33",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@unocss/postcss": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vueuse/core": "^11.3.0",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"unplugin-auto-import": "^0.18.5",
"vite": "^5.4.10",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-monkey": "^4.0.6",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.8"
},
"engine": {
"node": ">=22.0.0"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"patchedDependencies": {
"@unocss/vite": "patches/@unocss__vite.patch"
}
}
}