-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.31 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.31 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
{
"type": "module",
"scripts": {
"dev": "bunx --bun vite --host",
"build": "bunx --bun vite build",
"lint": "bunx --bun eslint --ext .js,.vue,.ts src",
"type": "bunx --bun tsc"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.9",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-vue": "^6.0.3",
"cross-env": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"uvu": "^0.5.6",
"vite": "^7.3.1",
"vue-eslint-parser": "^10.2.0",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"@unocss/preset-wind3": "^66.6.0",
"axios": "^1.13.2",
"element-plus": "^2.13.1",
"globals": "^17.0.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"unocss": "^66.6.0",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
}
}