-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
53
54
55
56
57
58
59
60
61
62
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@vueuse/core": "^12.5.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"iso-639-3": "^3.0.1",
"lodash": "^4.17.21",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"uuid": "^11.0.5",
"v-object-inspector": "^0.1.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-regular": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.3",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.15",
"@types/node": "^22.12.0",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^65.4.3",
"@unocss/reset": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.13",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.19.0",
"jsdom": "^26.0.0",
"pnpm": "^9.15.4",
"sass": "^1.83.4",
"taze": "^18.3.0",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-macros": "^2.13.11",
"vite": "^5.4.14",
"vite-plugin-pages": "^0.32.4",
"vitest": "^3.0.4",
"vue-tsc": "^2.2.0"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}