-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 900 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
{
"name": "elementplus-",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:components": "node ./src/command/build.js",
"lib": "npm run build:components"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"axios": "^0.26.1",
"element-plus": "^2.1.7",
"mockjs": "^1.1.0",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"wangeditor": "^4.7.13",
"webpack": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.0",
"sass": "^1.49.10",
"sass-loader": "^12.6.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vite-plugin-chunk-split": "^0.2.5",
"vue-tsc": "^0.29.8"
}
}