{
  "name": "amumu-ui",
  "version": "0.0.34",
  "keywords": [
    "amumu-ui",
    "ui-components",
    "vue"
  ],
  "homepage": "https://fe.xiaoman.cn/amumu",
  "license": "MIT",
  "files": [
    "lib",
    "src",
    "types"
  ],
  "main": "lib/index.js",
  "typings": "types/index.d.ts",
  "style": "lib/style/index.css",
  "scripts": {
    "build": "vue-cli-service build",
    "build:components": "webpack --config ./build/webpack.components.js",
    "build:index": "webpack --config ./build/webpack.index.js",
    "build:theme": "gulp --gulpfile ./build/gulpfile.js",
    "build:utils": "BABEL_ENV=utils babel src --out-dir lib --ignore 'src/index.js','src/components','src/theme'",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
    "create": "node ./scripts/create/index.js",
    "docs:build": "ENV=prod vuepress build docs",
    "docs:clean": "rm -rf docs/.vuepress/dist && find ./docs/components/* | grep -v README.md | xargs rm",
    "docs:dev": "npm run docs:clean && vuepress dev docs",
    "format": "vue-cli-service lint --fix",
    "icons": "node ./scripts/inline-icons.js",
    "lib": "rm -rf ./lib && npm run build:index && npm run build:components && npm run build:utils && npm run build:theme",
    "lint": "vue-cli-service lint",
    "serve": "vue-cli-service serve --open",
    "test:e2e": "vue-cli-service test:e2e",
    "test:unit": "vue-cli-service test:unit"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "async-validator": "1.10.1",
    "date-fns": "^2.11.1",
    "date-fns-tz": "^1.0.10",
    "lodash": "4.17.11",
    "popper.js": "1.14.6",
    "resize-detector": "0.1.9",
    "scroll-into-view": "1.9.3",
    "tinycolor2": "^1.4.1"
  },
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "7.2.2",
    "@babel/helper-module-imports": "7.0.0",
    "@babel/plugin-proposal-class-properties": "7.2.3",
    "@babel/plugin-syntax-jsx": "7.2.0",
    "@babel/preset-env": "7.2.3",
    "@salesforce-ux/icons": "9.17.0",
    "@vue/babel-preset-app": "3.2.2",
    "@vue/cli-plugin-babel": "3.2.2",
    "@vue/cli-plugin-e2e-cypress": "3.2.2",
    "@vue/cli-plugin-unit-jest": "3.2.2",
    "@vue/cli-service": "3.2.2",
    "@vue/eslint-config-airbnb": "4.0.0",
    "@vue/eslint-config-standard": "4.0.0",
    "@vue/test-utils": "1.0.0-beta.28",
    "@vuepress/plugin-back-to-top": "1.0.0-alpha.30",
    "@vuepress/plugin-pwa": "1.0.0-alpha.30",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.1",
    "babel-helper-vue-jsx-merge-props": "2.0.3",
    "babel-jest": "23.6.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-import": "1.11.0",
    "babel-plugin-module-resolver": "3.1.1",
    "babel-plugin-syntax-jsx": "6.18.0",
    "babel-plugin-transform-vue-jsx": "4.0.1",
    "chokidar": "2.0.4",
    "css-loader": "2.1.0",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "5.8.0",
    "eslint-plugin-vue": "5.0.0",
    "fs-extra": "7.0.1",
    "globby": "8.0.1",
    "gulp": "4.0.0",
    "gulp-autoprefixer": "6.0.0",
    "gulp-babel": "8.0.0",
    "gulp-cssmin": "0.2.0",
    "gulp-dart-sass": "^1.0.2",
    "handlebars": "4.0.12",
    "inquirer": "6.2.1",
    "markdown-it-custom-block": "0.1.1",
    "markdown-it-task-lists": "2.1.1",
    "mini-css-extract-plugin": "0.5.0",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "progress-bar-webpack-plugin": "1.11.0",
    "recursive-readdir": "2.2.2",
    "sass": "^1.30.0",
    "sass-loader": "7.1.0",
    "vue": "^2.5.16",
    "vue-loader": "15.4.2",
    "vue-router": "3.0.2",
    "vue-template-compiler": "^2.5.16",
    "vuepress": "^1.0.2",
    "webpack": "4.28.3",
    "webpack-cli": "3.1.2",
    "webpack-merge": "4.1.5",
    "webpack-node-externals": "1.7.2",
    "xml2json": "0.11.2"
  },
  "peerDependencies": {
    "vue": "^2.5.16"
  },
  "unpkg": "lib/index.js"
}
