1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "name": "form-making-advanced",
- "description": "A designer and generator of form base on Vue.js, make form development simple and efficient.",
- "version": "1.2.10",
- "author": "GavinZhulei",
- "license": "LGPL",
- "keywords": [
- "component",
- "vue",
- "form",
- "element-ui",
- "auto"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/GavinZhuLei/vue-form-making"
- },
- "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",
- "docs:dev": "vuepress dev docs",
- "docs:build": "vuepress build docs"
- },
- "dependencies": {
- "ant-design-vue": "^1.4.10",
- "axios": "^0.18.0",
- "clipboard": "^2.0.1",
- "element-ui": "^2.13.0",
- "lodash": "^4.17.15",
- "multiparty": "^4.2.1",
- "normalize.css": "^8.0.0",
- "qiniu": "^7.2.1",
- "qiniu-js": "^2.5.1",
- "viewerjs": "^1.2.0",
- "vue": "^2.6.5",
- "vue-i18n": "^5.0.3",
- "vue-router": "^3.0.1",
- "vue2-editor": "^2.10.0",
- "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",
- "@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.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",
- "vuepress": "^1.2.0"
- },
- "babel": {
- "presets": [
- "@vue/app"
- ]
- },
- "eslintConfig": {
- "root": true,
- "extends": [
- "plugin:vue/essential"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|