forked from FreesmTeam/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run ./src",
"lint": "eslint ."
},
"dependencies": {
"@kitbag/router": "^0.20.6",
"@tanstack/vue-query": "^5.87.4",
"@vueuse/core": "^13.9.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "^3.0.3",
"ua-parser-js": "^2.0.5",
"vue": "^3.5.18",
"web-term-ui": "^0.0.14"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.35.0",
"@iconify-json/fluent": "^1.2.30",
"@iconify-json/lucide": "^1.2.67",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.52",
"@iconify-json/stash": "^1.2.4",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^24.3.1",
"@unocss/eslint-config": "^66.5.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.35.0",
"eslint-plugin-unicorn": "^61.0.2",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"unocss": "^66.5.1",
"vite": "^7.1.2",
"vite-plugin-eslint2": "^5.0.4",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.5"
}
}