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 11{
22 "name" : " form-making" ,
33 "description" : " 基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来" ,
4- "version" : " 1.1.22 " ,
4+ "version" : " 1.1.23 " ,
55 "author" : " GavinZhulei" ,
6- "license" : " MIT " ,
6+ "license" : " LGPL " ,
77 "keywords" : [
88 " component" ,
99 " vue" ,
2828 "axios" : " ^0.18.0" ,
2929 "clipboard" : " ^2.0.1" ,
3030 "element-ui" : " ^2.9.1" ,
31- "multiparty" : " ^4.2.1" ,
3231 "normalize.css" : " ^8.0.0" ,
3332 "qiniu" : " ^7.2.1" ,
3433 "qiniu-js" : " ^2.5.1" ,
5453 "rollup-plugin-vue" : " ^3.0.0" ,
5554 "sass-loader" : " ^7.0.1" ,
5655 "terser-webpack-plugin" : " ^1.2.4" ,
57- "uglifyjs-webpack-plugin" : " ^2.0.1" ,
5856 "vue-template-compiler" : " ^2.6.5"
5957 },
6058 "babel" : {
Original file line number Diff line number Diff line change 1- const UglifyJsPlugin = require ( 'uglifyjs-webpack-plugin' )
21const TerserPlugin = require ( 'terser-webpack-plugin' )
32
43module . exports = {
You can’t perform that action at this time.
0 commit comments