{
  "name": "vsuite",
  "version": "0.1.36",
  "title": "vsuite",
  "description": "A easy-to-use components Library base on Vue.js",
  "homepage": "https://github.com/UX-FE/vsuite#readme",
  "private": false,
  "keywords": [
    "vsuite",
    "vue",
    "vue.js",
    "component",
    "components",
    "ui",
    "framework"
  ],
  "main": "dist/vsuite.js",
  "typings": "types/index.d.ts",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "start": "webpack-dev-server --content-base public/ --open --inline --hot --compress --history-api-fallback --host localhost --port 8581 --config build/webpack.dev.config.js",
    "dev": "npm run build:fonts && npm run start",
    "build:style": "gulp --gulpfile build/build-style.js",
    "build:fonts": "cross-env Node_ENV=dev gulp --gulpfile build/build-fonts.js",
    "build:dev": "webpack --config build/webpack.dist.dev.config.js",
    "build:prod": "webpack --config build/webpack.dist.prod.config.js",
    "build:locale": "webpack --config build/webpack.dist.locale.config.js",
    "build": "npm run build:style && npm run build:dev && npm run build:prod && npm run build:locale",
    "standard": "standard --plugin vue **/*.{js,vue}",
    "standard:fix": "standard --fix",
    "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js",
    "test": "npm run standard && npm run unit",
    "prepublish": "npm run build"
  },
  "author": "emmaHuang",
  "license": "MIT",
  "dependencies": {
    "async-validator": "^1.8.2",
    "axios": "^0.18.1",
    "core-js": "^2.5.3",
    "deepmerge": "^1.5.2",
    "echarts": "^4.1.0",
    "element-resize-detector": "^1.1.12",
    "highcharts": "^6.1.0",
    "highlight.js": "^9.12.0",
    "lodash.throttle": "^4.1.1",
    "moment": "^2.20.1",
    "natives": "^1.1.6",
    "node-sass": "^4.14.1",
    "popper.js": "^0.6.4",
    "tinycolor2": "^1.4.1",
    "zrender": "^4.0.4"
  },
  "peerDependencies": {
    "vue": "^2.5.2"
  },
  "devDependencies": {
    "autoprefixer-loader": "^2.0.0",
    "babel": "^6.23.0",
    "babel-core": "^6.26.0",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^6.4.1",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "chai": "^3.5.0",
    "compression-webpack-plugin": "^1.1.3",
    "cross-env": "^3.2.4",
    "css-loader": "^0.23.1",
    "eslint": "^4.18.2",
    "eslint-plugin-vue": "^2.1.0",
    "extract-text-webpack-plugin": "^2.1.2",
    "file-loader": "^0.8.5",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-clean-css": "^2.0.13",
    "gulp-livereload": "^3.8.1",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "html-loader": "^0.3.0",
    "html-webpack-plugin": "^2.30.1",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^1.3.3",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^2.0.9",
    "less": "^2.7.3",
    "less-loader": "^2.2.3",
    "lolex": "^1.5.2",
    "mocha": "^3.5.3",
    "node-sass": "^4.12.0",
    "sass-loader": "^6.0.6",
    "sinon": "^3.3.0",
    "sinon-chai": "^2.14.0",
    "standard": "^10.0.3",
    "style-loader": "^0.13.2",
    "ts-loader": "^6.2.1",
    "typescript": "^3.6.4",
    "url-loader": "^0.5.9",
    "vue": "^2.5.13",
    "vue-hot-reload-api": "^1.3.3",
    "vue-html-loader": "^1.2.3",
    "vue-loader": "^11.3.4",
    "vue-router": "^2.8.1",
    "vue-style-loader": "^1.0.0",
    "vue-template-compiler": "^2.5.13",
    "vuex": "^3.0.1",
    "webpack": "^3.12.0",
    "webpack-dev-server": "^2.11.2",
    "webpack-merge": "^3.0.0"
  },
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UX-FE/vsuite.git"
  },
  "bugs": {
    "url": "https://github.com/UX-FE/vsuite/issues"
  },
  "standard": {
    "plugins": [
      "vue"
    ]
  },
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
