{
  "name": "gg-y-ui",
  "version": "0.1.0",
  "description": "An enterprise-class UI design language and Vue-based implementation for web",
  "main": "lib/y-ui.common.js",
  "typings": "typings/y-ui.d.ts",
  "keywords": [
    "y-ui",
    "yun-ui",
    "yunUI",
    "yunzhijia",
    "vue",
    "vueComponent",
    "vue-component",
    "component",
    "components",
    "ui",
    "framework",
    "frontend"
  ],
  "files": [
    "src/styles",
    "lib",
    "typings"
  ],
  "scripts": {
    "build": "rimraf dist & cross-env NODE_ENV=production webpack --config webpack.config.js",
    "build:common": "cross-env NODE_ENV=production webpack --config build/webpack.common.js",
    "build:style": "cross-env NODE_ENV=production webpack --config build/webpack.style.js && rimraf lib/y-ui.style.js",
    "build:components": "cross-env NODE_ENV=production webpack --config build/webpack.components.js ",
    "clean": "rimraf dist & rimraf lib",
    "dev": "npm run file && cross-env NODE_ENV=development webpack-dev-server --config webpack.config.js",
    "file": "npm run file:components && npm run file:entry && npm run file:style",
    "file:components": "node build/bin/gen-components-map.js",
    "file:components-style": "gulp",
    "file:entry": "node build/bin/gen-entry.js",
    "file:style": "node build/bin/gen-style-map.js",
    "lib": "rimraf lib & npm run file & npm run build:common & npm run build:style & npm run build:components && npm run file:components-style",
    "lint": "npm run lint:components & npm run lint:style",
    "lint:components": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./components",
    "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
    "new": "node build/bin/create-component.js",
    "prettier": "prettier -c --write '**/*'",
    "pretty-quick": "pretty-quick",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "author": "joveyzheng",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@vue/test-utils": "^1.1.2",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-import": "^1.1.1",
    "babel-plugin-inline-import-data-uri": "^1.0.1",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "~6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "cross-env": "^7.0.3",
    "css-loader": "^5.0.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^6.2.0",
    "file-save": "^0.2.0",
    "gulp": "^4.0.2",
    "gulp-cssmin": "^0.2.0",
    "gulp-less": "^4.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.0.0",
    "highlight.js": "^10.7.0",
    "html-webpack-plugin": "^4.5.1",
    "husky": "^4.0.0",
    "ip": "^1.1.5",
    "jest": "^24.0.0",
    "jest-serializer-vue": "^2.0.0",
    "jest-transform-stub": "^2.0.0",
    "less": "^3.9.0",
    "less-loader": "^6.0.0",
    "mini-css-extract-plugin": "^1.3.5",
    "open": "7.4.2",
    "optimize-css-assets-webpack-plugin": "^5.0.4",
    "prettier": "^1.18.2",
    "pretty-quick": "^2.0.0",
    "progress-bar-webpack-plugin": "^1.11.0",
    "raw-loader": "^4.0.2",
    "rimraf": "^3.0.2",
    "style-loader": "^2.0.0",
    "stylelint": "^13.11.0",
    "stylelint-config-prettier": "^8.0.0",
    "stylelint-config-standard": "^19.0.0",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "uppercamelcase": "^1.1.0",
    "url-loader": "^1.0.1",
    "vue": "^2.6.11",
    "vue-jest": "^2.5.0",
    "vue-loader": "^15.6.2",
    "vue-router": "^3.5.1",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "webpack-merge": "^4.1.1",
    "webpack-node-externals": "1.7.2",
    "webpackbar": "^4.0.0"
  }
}
