-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "open-api-doc-vue3",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@vueuse/core": "^10.11.1",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.2",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"pinia": "^3.0.3",
"vue": "^3.5.17"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.6",
"@types/lodash-es": "^4.17.6",
"@types/node": "^20.19.8",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.12",
"less": "^4.1.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.17",
"typescript": "~4.9.5",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^4.5.14",
"vue-tsc": "^1.8.27"
}
}