File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " form-making" ,
3
3
"description" : " A designer and generator of form base on Vue.js, make form development simple and efficient." ,
4
- "version" : " 1.2.8 " ,
4
+ "version" : " 1.2.9 " ,
5
5
"author" : " GavinZhulei" ,
6
6
"license" : " LGPL" ,
7
7
"keywords" : [
25
25
"dependencies" : {
26
26
"axios" : " ^0.18.0" ,
27
27
"clipboard" : " ^2.0.1" ,
28
- "element-ui" : " ^2.9.1 " ,
28
+ "element-ui" : " ^2.13.0 " ,
29
29
"normalize.css" : " ^8.0.0" ,
30
30
"qiniu" : " ^7.2.1" ,
31
31
"qiniu-js" : " ^2.5.1" ,
44
44
"@vue/cli-service" : " ^3.0.0" ,
45
45
"babel-core" : " ^6.26.3" ,
46
46
"core-js" : " ^2.6.5" ,
47
- "node-sass" : " ^4.9.0" ,
48
47
"rollup" : " ^0.57.1" ,
49
48
"rollup-plugin-babel" : " ^3.0.7" ,
50
49
"rollup-plugin-buble" : " ^0.19.2" ,
51
50
"rollup-plugin-uglify-es" : " 0.0.1" ,
52
51
"rollup-plugin-vue" : " ^3.0.0" ,
53
- "sass-loader" : " ^7.0.1" ,
54
52
"terser-webpack-plugin" : " ^1.2.4" ,
55
- "vue-template-compiler" : " ^2.6.5"
53
+ "vue-template-compiler" : " ^2.6.5" ,
54
+ "node-sass" : " ^4.12.0" ,
55
+ "sass-loader" : " ^8.0.2"
56
56
},
57
57
"babel" : {
58
58
"presets" : [
63
63
"root" : true ,
64
64
"extends" : [
65
65
" plugin:vue/essential"
66
- ]
66
+ ],
67
+ "parserOptions" : {
68
+ "parser" : " babel-eslint"
69
+ }
67
70
},
68
71
"postcss" : {
69
72
"plugins" : {
You can’t perform that action at this time.
0 commit comments