UNPKG

yy-form-making

Version:
84 lines (83 loc) 2.05 kB
{ "name": "yy-form-making", "version": "1.1.7", "description": "elm自定义表单", "repository": { "type": "git", "url": "git+https://github.com/mbluekong/form-making.git" }, "keywords": [ "making" ], "author": "jijunyun", "license": "ISC", "bugs": { "url": "https://github.com/mbluekong/form-making/issues" }, "homepage": "https://github.com/mbluekong/form-making#readme", "main": "dist/FormMaking.common.js", "scripts": { "dev": "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" }, "dependencies": { "ace-builds": "^1.4.3", "axios": "^0.18.0", "clipboard": "^2.0.1", "element-ui": "^2.9.1", "multiparty": "^4.2.1", "normalize.css": "^8.0.0", "qiniu": "^7.2.1", "qiniu-js": "^2.5.1", "tinymce": "^4.8.4", "viewerjs": "^1.2.0", "vue": "^2.6.5", "vue-router": "^3.0.1", "vuedraggable": "^2.16.0" }, "devDependencies": { "@babel/core": "^7.0.1", "@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", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^10.0.2", "babel-preset-env": "^1.7.0", "core-js": "^2.6.5", "node-sass": "^4.9.0", "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-loader": "^7.0.1", "terser-webpack-plugin": "^1.2.4", "uglifyjs-webpack-plugin": "^2.0.1", "vue-template-compiler": "^2.6.5" }, "babel": { "presets": [ "@vue/app" ] }, "eslintConfig": { "root": true, "extends": [ "plugin:vue/essential" ] }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }