-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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
40
{
"name": "medical",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@antv/g2plot": "^2.4.19",
"@element-plus/icons-vue": "^2.0.4",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"echarts": "^5.3.2",
"element-plus": "^2.2.2",
"md5": "^2.3.0",
"node-sass": "^7.0.1",
"nprogress": "^0.2.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"swiper": "^8.2.3",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.13",
"vue-echarts": "^6.0.3",
"vue-i18n": "^9.2.0-beta.36",
"vue-input-tag": "^2.0.7",
"vue-router": "^4.0.3",
"vue3-seamless-scroll": "^1.2.0",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"vee-validate": "^4.5.11"
}
}