{
  "name": "syl-form-maker",
  "description": "基于form-making二次修改，仅供公司内部使用，更多功能请访问原作者，感谢作者！！",
  "version": "0.0.15",
  "author": "FlynnFang",
  "license": "MIT",
  "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/indexBundle.js"
  },
  "dependencies": {
    "ace": "^1.3.0",
    "axios": "^0.18.0",
    "clipboard": "^2.0.1",
    "element-ui": "^2.4.6",
    "jsoneditor": "^5.24.6",
    "multiparty": "^4.2.1",
    "normalize.css": "^8.0.0",
    "qiniu": "^7.2.1",
    "qiniu-js": "^2.5.1",
    "tinymce": "^4.8.4",
    "tui-color-picker": "^2.2.0",
    "tui-editor": "^1.2.6",
    "viewerjs": "^1.2.0",
    "vue": "^2.5.16",
    "vue-awesome": "^3.0.0",
    "vue-router": "^3.0.1",
    "vuedraggable": "^2.16.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.1",
    "@vue/cli-plugin-babel": "^3.0.0",
    "@vue/cli-plugin-eslint": "^3.0.0",
    "@vue/cli-service": "^3.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "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",
    "vue-template-compiler": "^2.5.13"
  },
  "babel": {
    "presets": [
      "@vue/app"
    ]
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "plugin:vue/essential"
    ]
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
