{
  "name": "cvux",
  "version": "1.4.12-beta.1",
  "description": "A Vue.js project",
  "author": "said <zyx.zhuyuxiang@gmail.com>",
  "scripts": {
    "dev": "node build/dev-server.js",
    "build-docs": "node build/docs/index.js",
    "build-demo": "node build/build.js",
    "build-test": "npm run build-docs && npm run build-demo",
    "build": "npm run build-docs && npm run build-demo",
    "unit": "karma start test/unit/karma.conf.js --single-run",
    "e2e": "node test/e2e/runner.js",
    "test": "npm run unit && npm run e2e",
    "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
    "dist-common": "node_modules/.bin/webpack --config ./build/library/webpack.common.conf.js",
    "dist-component": "node_modules/.bin/webpack --config ./build/library/webpack.component.conf.js",
    "clean-lib": "node build/build-clean.js",
    "dist": "npm run clean-lib && npm run build-theme && npm run build-test && npm run dist-common && npm run dist-component",
    "build-theme": "node ./build/gen-lessfile.js && gulp build --gulpfile src/theme-default/gulpfile.js"
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "dependencies": {
    "array-filter": "^1.0.0",
    "array-find": "^1.0.0",
    "array-from": "^2.1.1",
    "array-map": "0.0.0",
    "array-shuffle": "^1.0.1",
    "autosize": "^3.0.20",
    "city-data": "^1.2.7",
    "countup.js": "^1.8.2",
    "cvux-xscroll": "^3.1.11",
    "fastclick": "^1.0.6",
    "function-bind": "^1.0.2",
    "lodash": "^4.17.4",
    "lodash.debounce": "^4.0.8",
    "object-assign": "^4.1.1",
    "photoswipe": "^4.1.1",
    "shake.js": "^1.2.2",
    "validator": "^6.2.1",
    "vue": "^2.4.2",
    "vue-dnd-lx": "^0.1.7",
    "vue-router": "^3.0.7",
    "vuex": "^3.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@babel/runtime-corejs2": "^7.0.0",
    "ajv": "^6.5.2",
    "autoprefixer": "^9.1.0",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.0",
    "chai": "^3.5.0",
    "chalk": "^1.1.3",
    "chromedriver": "^2.21.2",
    "connect-history-api-fallback": "^1.1.0",
    "cooking-vue2": "^0.3.3",
    "copy-webpack-plugin": "^4.5.2",
    "cross-spawn": "^4.0.2",
    "css-loader": "^1.0.0",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-html": "^4.0.5",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^3.1.0",
    "eslint-plugin-vue": "^5.2.3",
    "eventsource-polyfill": "^0.9.6",
    "express": "^4.13.3",
    "file-loader": "^1.1.11",
    "glob": "^7.1.2",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^6.0.0",
    "gulp-cssmin": "^0.2.0",
    "gulp-less": "^4.0.1",
    "html-webpack-plugin": "^3.2.0",
    "http-proxy-middleware": "^0.18.0",
    "inject-loader": "^4.0.1",
    "isparta-loader": "^2.0.0",
    "js-yaml": "^3.10.0",
    "json-loader": "^0.5.4",
    "karma": "^1.3.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sinon-chai": "^1.2.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^1.7.0",
    "less": "^3.8.0",
    "less-loader": "^4.1.0",
    "lolex": "^1.4.0",
    "mini-css-extract-plugin": "^0.4.1",
    "mocha": "^3.1.0",
    "nightwatch": "^0.9.8",
    "opn": "^4.0.2",
    "optimize-css-assets-webpack-plugin": "^5.0.0",
    "ora": "^0.3.0",
    "phantomjs-prebuilt": "^2.1.3",
    "postcss-loader": "^2.1.6",
    "rimraf": "^2.6.2",
    "selenium-server": "2.53.1",
    "semver": "^5.3.0",
    "shelljs": "^0.7.4",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "sort-object": "^3.0.2",
    "style-loader": "^0.23.1",
    "url-loader": "^1.0.1",
    "vue-html-loader": "^1.2.3",
    "vue-loader": "^15.2.6",
    "vue-style-loader": "^4.1.1",
    "vue-template-compiler": "^2.4.2",
    "vuex-router-sync": "^5.0.0",
    "webpack": "^4.16.3",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.0",
    "webpack-dev-middleware": "^3.1.3",
    "webpack-hot-middleware": "^2.12.2",
    "webpack-merge": "^4.1.4",
    "webpack-node-externals": "^1.6.0"
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  }
}
