-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 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
63
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"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.0.0",
"ajv": "^8.17.1",
"d3": "^7.9.0",
"fuse.js": "^7.0.0",
"iso-639-3": "^3.0.1",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"sift": "^17.1.3",
"uuid": "^11.0.3",
"v-object-inspector": "^0.1.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/fa6-brands": "^1.2.3",
"@iconify-json/fa6-regular": "^1.2.2",
"@iconify-json/fa6-solid": "^1.2.2",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.65.1",
"@unocss/reset": "^0.65.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.7",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.16.0",
"jsdom": "^25.0.1",
"sass": "^1.82.0",
"taze": "^0.18.0",
"typescript": "^5.6.3",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.5",
"vite": "^6.0.3",
"vite-plugin-pages": "^0.32.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}