-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 873 Bytes
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
{
"name": "knowledge-core-client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"watch": "vite build --watch"
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"@vicons/ionicons5": "^0.13.0",
"@vicons/tabler": "^0.13.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^13.2.0",
"air-datepicker": "^3.5.3",
"ant-design-vue": "^4.2.6",
"axios": "^1.8.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.13",
"flag-icons": "^7.5.0",
"naive-ui": "^2.41.0",
"quill": "^2.0.3",
"vue": "^3.5.13",
"vue-i18n": "^9.14.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2"
}
}