-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
39 lines (39 loc) · 961 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
39
{
"name": "wenda-webui",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.15",
"@vue-office/docx": "^1.1.3",
"axios": "^1.3.5",
"dayjs": "^1.11.7",
"element-plus": "^2.3.3",
"nanoid": "^4.0.2",
"pinia": "^2.0.34",
"prismjs": "^1.29.0",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-demi": "^0.13.11",
"vue3-pdfjs": "^0.1.6"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.61.0",
"typescript": "^5.0.4",
"unocss": "^0.51.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-ssg": "^0.22.2",
"vue-tsc": "^1.2.0"
},
"license": "MIT"
}