-
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) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1007 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": "vue3-project-demo",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"test": "vite --mode development",
"build:test": "vite build --mode development",
"build:prod": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.7",
"lodash": "^4.17.21",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-rc.1",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/babel-plugin-jsx": "^1.1.1",
"fast-glob": "^3.2.11",
"node-sass": "^7.0.1",
"sass": "^1.52.3",
"typescript": "^4.7.4",
"unplugin-vue-components": "^0.21.1",
"vite": "^2.9.9",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-svg-icons": "^2.0.1"
}
}