File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " form-making" ,
3
3
"description" : " 基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来" ,
4
- "version" : " 1.1.22 " ,
4
+ "version" : " 1.1.23 " ,
5
5
"author" : " GavinZhulei" ,
6
- "license" : " MIT " ,
6
+ "license" : " LGPL " ,
7
7
"keywords" : [
8
8
" component" ,
9
9
" vue" ,
28
28
"axios" : " ^0.18.0" ,
29
29
"clipboard" : " ^2.0.1" ,
30
30
"element-ui" : " ^2.9.1" ,
31
- "multiparty" : " ^4.2.1" ,
32
31
"normalize.css" : " ^8.0.0" ,
33
32
"qiniu" : " ^7.2.1" ,
34
33
"qiniu-js" : " ^2.5.1" ,
54
53
"rollup-plugin-vue" : " ^3.0.0" ,
55
54
"sass-loader" : " ^7.0.1" ,
56
55
"terser-webpack-plugin" : " ^1.2.4" ,
57
- "uglifyjs-webpack-plugin" : " ^2.0.1" ,
58
56
"vue-template-compiler" : " ^2.6.5"
59
57
},
60
58
"babel" : {
Original file line number Diff line number Diff line change 1
- const UglifyJsPlugin = require ( 'uglifyjs-webpack-plugin' )
2
1
const TerserPlugin = require ( 'terser-webpack-plugin' )
3
2
4
3
module . exports = {
You can’t perform that action at this time.
0 commit comments