-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 926 Bytes
/
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
{
"name": "xfe-apps",
"version": "0.0.0",
"scripts": {
"start": "npm run dev",
"dev": "vite --host 0.0.0.0",
"preview": "vite preview --port 4173",
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"dayjs": "^1.11.13",
"element-plus": "^2.8.7",
"highlight.js": "^11.10.0",
"lodash-es": "^4.17.21",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"xfe-ajax-ts": "^1.2.1"
},
"devDependencies": {
"@types/highlight.js": "^10.1.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"sass": "^1.80.6",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.10"
},
"volta": {
"node": "18.20.4"
}
}