{
  "name": "@reasy-team/reasy-vui",
  "version": "1.0.2",
  "main": "dist/reasy-vui.js",
  "scripts": {
    "publish": "webpack --env.NODE_ENV=publish --color --config build/webpack.publish.js --mode production",
    "component": "webpack --env.NODE_ENV=publish --color --config build/webpack.component.js --mode production",
    "scss": "webpack --env.NODE_ENV=publish --color --config build/webpack.scss.js --mode production",
    "build": "npm run scss && npm run component && npm run publish",
    "serve": "vue-cli-service serve",
    "build:demo": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@better-scroll/core": "^2.0.0-beta.8",
    "@better-scroll/wheel": "^2.0.0-beta.8",
    "core-js": "^3.6.4",
    "fastclick": "^1.0.6",
    "vue": "^2.6.11",
    "vue-highlightjs": "^1.3.3",
    "vue-router": "^3.1.6"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.3.0",
    "@vue/cli-plugin-eslint": "~4.3.0",
    "@vue/cli-plugin-router": "~4.3.0",
    "@vue/cli-service": "~4.3.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "babel-eslint": "^10.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-vue": "^6.2.2",
    "mini-css-extract-plugin": "^0.9.0",
    "node-sass": "^4.14.1",
    "prettier": "^1.19.1",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "sass-resources-loader": "^2.0.3",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "vue-template-compiler": "^2.6.11",
    "webpack-cli": "^3.3.11"
  },
  "keywords": [
    "vue",
    "vui",
    "H5"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reasyTeam/reasy-vui.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/reasyTeam/reasy-vui/issues"
  },
  "homepage": "https://github.com/reasyTeam/reasy-vui#readme"
}
