{
  "name": "@reasy-team/reasy-ui",
  "version": "3.0.44",
  "main": "dist/reasy-ui.js",
  "scripts": {
    "build": "node build/publish.js all",
    "build:tenda": "node build/publish.js",
    "build:ipcom": "node build/publish.js ipcom",
    "build:trade": "node build/publish.js trade",
    "lint": "vue-cli-service lint",
    "build:demo": "cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
    "build:demo:trade": "cross-env NODE_ENV=production THEME=trade webpack --config build/webpack.demo.js",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js",
    "dev:trade": "cross-env NODE_ENV=development THEME=trade webpack-dev-server --config build/webpack.demo.js",
    "dev:ipcom": "cross-env NODE_ENV=development THEME=ipcom webpack-dev-server --config build/webpack.demo.js",
    "serve": "npm run dev",
    "serve:trade": "npm run dev:trade",
    "serve:ipcom": "npm run dev:ipcom",
    "pretty": "prettier --write \"./src/**/*.{js,vue}\"",
    "theme-full": "webpack --env.NODE_ENV=production --color --config build/webpack.theme.full.js --mode production",
    "theme-single": "webpack --env.NODE_ENV=production --color --config build/webpack.theme.single.js --mode production",
    "clear": "node build/clear.js",
    "theme": "npm run theme-full && npm run theme-single && npm run clear"
  },
  "dependencies": {
    "core-js": "^3.6.4",
    "lodash": "^4.17.21",
    "resize-observer-polyfill": "^1.5.1",
    "vue": "^2.6.11",
    "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/component-compiler-utils": "^3.2.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "babel-eslint": "^10.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^6.4.1",
    "cross-env": "^3.2.4",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-vue": "^6.2.2",
    "highlight.js": "^10.4.1",
    "markdown-it": "^12.0.3",
    "markdown-it-anchor": "^6.0.1",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^3.0.0",
    "mini-css-extract-plugin": "^0.9.0",
    "multer": "^1.4.2",
    "node-sass": "^4.14.1",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "prettier": "^1.19.1",
    "progress-bar-webpack-plugin": "^2.1.0",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "sass-resources-loader": "^2.0.3",
    "style-loader": "^2.0.0",
    "transliteration": "^2.2.0",
    "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-UI.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/reasyTeam/Reasy-UI/issues"
  },
  "homepage": "https://github.com/reasyTeam/Reasy-UI#readme",
  "volta": {
    "node": "14.21.3"
  }
}
