{
  "name": "vue-page-designer-ytt",
  "version": "7.0.4",
  "description": "A vue component for drag-and-drop to design and build mobile website.",
  "repository": {
    "url": "yangxiaoyanger/vue-page-designer-ytt",
    "type": "git"
  },
  "main": "dist/vue-page-designer-ytt.js",
  "private": false,
  "scripts": {
    "bump": "standard-version",
    "dist:style": "gulp --gulpfile scripts/build-style.js",
    "test": "npm run unit",
    "lint": "eslint --ext .js,.vue ./src ./example --fix",
    "icon": "node scripts/icon.js",
    "build": "webpack --config  scripts/webpack.conf.js",
    "dev": "webpack-dev-server --hot --inline --config ./example/webpack.config.js",
    "start": "npm run dev",
    "build:example": "cross-env NODE_ENV=production webpack --config ./example/webpack.config.js",
    "gh": "gh-pages -d example/dist",
    "deploy": "npm run build:example && npm run gh",
    "release": "npm run build && npm run bump && git push --follow-tags origin master && npm publish"
  },
  "author": "yangxiaoyanger <737815616@qq.com>",
  "dependencies": {
    "@jiaminghi/data-view": "^2.7.3",
    "autoprefixer-loader": "^3.2.0",
    "axios": "^0.19.2",
    "codemirror": "^5.53.2",
    "echarts": "^4.6.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "gulp": "^4.0.2",
    "gulp-cache": "^1.1.3",
    "gulp-imagemin": "^7.1.0",
    "gulp-notify": "^3.2.0",
    "html-loader": "^0.5.5",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "nanoid": "^1.0.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-img": "^1.1.0",
    "spectre.css": "^0.5.0",
    "sql-formatter": "^2.3.3",
    "style-loader": "^1.1.3",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^3.0.0",
    "view-design": "^4.1.2",
    "vue": "^2.5.22",
    "vue-codemirror": "^4.0.6",
    "vue-giant-tree": "^0.1.2",
    "vue-page-designer-widgets": "^0.1.4",
    "vue-router": "^3.1.6",
    "vue-server-renderer": "^2.5.17"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-rc.1",
    "@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
    "@babel/preset-env": "^7.0.0-rc.1",
    "babel-loader": "^8.0.0-beta",
    "chalk": "^2.0.1",
    "clean-webpack-plugin": "^0.1.19",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^5.2.0",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "^4.7.1",
    "feather-icons": "^4.5.0",
    "file-loader": "^2.0.0",
    "filesize": "^3.6.1",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "gh-pages": "^1.0.0",
    "gzip-size": "^5.0.0",
    "html-webpack-plugin": "^4.0.0-alpha",
    "iview-loader": "^1.3.0",
    "mini-css-extract-plugin": "^0.4.4",
    "mkdirp": "^0.5.1",
    "node-sass": "^4.12.0",
    "progress-bar-webpack-plugin": "^1.10.0",
    "rollup": "^0.64.1",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-commonjs": "^9.1.5",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^1.6.3",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^4.0.0",
    "rollup-plugin-vue": "^4.3.2",
    "sass-loader": "^6.0.6",
    "standard-version": "^4.2.0",
    "terser": "^3.16.1",
    "util": "^0.11.0",
    "vue-loader": "^15.3.0",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.14"
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  }
}
