-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.65 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.0",
"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": {
"@huggingface/transformers": "^4.0.1",
"@vueuse/core": "^14.2.1",
"ajv": "^8.18.0",
"d3": "^7.9.0",
"fuse.js": "^7.3.0",
"iso-639-3": "^3.0.1",
"lodash": "^4.18.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sift": "^17.1.3",
"uuid": "^13.0.0",
"v-object-inspector": "^0.1.3",
"vue": "^3.5.32",
"vue-gtag": "^3.7.0",
"vue-router": "^5.0.4",
"with-progress-bar": "^0.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^8.1.0",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-regular": "^1.2.4",
"@iconify-json/fa6-solid": "^1.2.4",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.24",
"@types/node": "^25.5.2",
"@unocss/eslint-config": "^66.6.8",
"@unocss/reset": "^66.6.8",
"@vitejs/plugin-vue": "^6.0.5",
"@vue-macros/volar": "^3.1.2",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.2.0",
"jsdom": "^29.0.2",
"sass": "^1.99.0",
"taze": "^19.11.0",
"typescript": "^6.0.2",
"unocss": "^66.6.8",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.0.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "^8.0.7",
"vite-plugin-pages": "^0.33.3",
"vitest": "^4.1.3",
"vue-tsc": "^3.2.6"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}