-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "vue-resume",
"version": "2.0.0",
"private": true,
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"test:unit": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service test:unit",
"lint": "expoert NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
},
"dependencies": {
"@babel/preset-env": "^7.10.3",
"@vue/runtime-dom": "^3.4.19",
"autoprefixer": "^9.7.5",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"echarts": "^4.7.0",
"postcss-url": "^8.0.0",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "7.10.3",
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-eslint": "~4.2.3",
"@vue/cli-plugin-router": "~4.2.3",
"@vue/cli-plugin-unit-mocha": "~4.2.3",
"@vue/cli-plugin-vuex": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"@vue/test-utils": "1.0.0-beta.32",
"@vue/runtime-dom": "^3.4.19",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"element-ui": "^2.13.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"postcss-import": "^12.0.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"vue-i18n": "^8.15.6",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"@babel/preset-env": "7.10.3"
}
}