{ "name": "form-making-advanced", "description": "A designer and generator of form base on Vue.js, make form development simple and efficient.", "version": "1.6.15", "author": "GavinZhulei", "keywords": [ "component", "vue", "form", "element-ui", "auto" ], "main": "dist/FormMaking.common.js", "scripts": { "serve": "vue-cli-service serve --open", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/index.js", "editor-bundle": "vue-cli-service build --target lib --name Editor ./src/editorBundle.js", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "dependencies": { "@antv/g2": "^4.1.1", "ant-design-vue": "1.7.8", "axios": "^0.18.0", "clipboard": "^2.0.1", "codemirror": "5", "element-ui": "^2.15.7", "html2canvas": "^1.4.1", "jspdf": "^2.5.1", "lodash": "^4.17.15", "multiparty": "^4.2.1", "normalize.css": "^8.0.0", "qiniu": "^7.2.1", "qiniu-js": "^2.5.1", "vant": "^2.11.1", "viewerjs": "^1.2.0", "vue": "^2.6.14", "vue-i18n": "^8.27.2", "vue-router": "^3.0.1", "vue2-editor": "^2.10.0", "vuedraggable": "^2.24.3" }, "devDependencies": { "@babel/core": "^7.0.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7", "@types/ace": "0.0.42", "@vue/cli-plugin-babel": "^3.0.0", "@vue/cli-plugin-eslint": "^3.0.0", "@vue/cli-service": "^3.0.0", "@vuepress/plugin-back-to-top": "^1.2.0", "@vuepress/plugin-google-analytics": "^1.2.0", "babel-core": "^6.26.3", "babel-plugin-component": "^1.1.1", "babel-preset-es2015": "^6.24.1", "core-js": "2.6.12", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-buble": "^0.19.2", "rollup-plugin-uglify-es": "0.0.1", "rollup-plugin-vue": "^3.0.0", "sass": "^1.49.9", "sass-loader": "^8.0.2", "terser-webpack-plugin": "^1.2.4", "uglifyjs-webpack-plugin": "^2.0.1", "vue-template-compiler": "^2.6.14", "vuepress": "^1.2.0", "vue2-ace-editor": "0.0.15" }, "babel": { "presets": [ "@vue/app", [ "@babel/preset-env", { "useBuiltIns": "entry" } ] ], "plugins": [ "@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-nullish-coalescing-operator" ] }, "eslintConfig": { "root": true, "extends": [ "plugin:vue/essential" ], "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }