-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "oxlint .",
"fmt": "oxfmt .",
"fmt:check": "oxfmt --check .",
"type": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/vue-fontawesome": "^3.3.3",
"@unocss/preset-wind3": "^66.7.5",
"axios": "^1.18.1",
"element-plus": "^2.14.3",
"lodash": "^4.18.1",
"normalize.css": "^8.0.1",
"pinia": "^4.0.2",
"pinia-plugin-persistedstate": "^4.7.1",
"unocss": "^66.7.5",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@vitejs/plugin-vue": "^6.0.8",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"typescript": "^7.0.2",
"uvu": "^0.5.6",
"vite": "^8.1.5"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "pnpm@10.28.0"
}