package.json
1.13 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
41
42
43
{
"name": "xinchangpsychologycareer",
"version": "1.0.0",
"scripts": {
"dev": "vite serve",
"build": "vite build --mode production",
"serve": "vite serve"
},
"dependencies": {
"@sentry/browser": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"axios": "^0.21.1",
"downloadjs": "^1.4.7",
"element-plus": "^1.0.2-beta.59",
"js-md5": "^0.7.3",
"moment": "^2.29.1",
"pushstate-server": "^3.1.0",
"qs": "^6.9.6",
"v-calendar": "^3.0.0-alpha.5",
"vconsole": "^3.9.1",
"vue": "^3.0.5",
"vue-router": "^4.0.4",
"vuex": "^4.0.2",
"wangeditor": "^4.6.10"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@rollup/plugin-babel": "^5.3.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"babel": "^6.23.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"element-theme-chalk": "^2.15.1",
"sass": "^1.37.0",
"vite": "^2.0.1",
"vite-babel-plugin": "^0.0.2",
"vite-plugin-babel-import": "^2.0.2",
"vite-plugin-imp": "^2.0.4"
}
}