{
  "name": "@breezr/plugin-react",
  "version": "1.0.0-alpha.2",
  "description": "aliyun build system",
  "main": "lib/index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "ci": "tnpm run lint && tnpm run compile && tnpm run cov",
    "lint": "tslint --project .",
    "compile": "rm -rf ./lib && tsc -d true -p ./",
    "watch": "tsc -watch -d true -p ./",
    "test": "jest",
    "cov": "jest  --coverage",
    "prepare": "npm run compile"
  },
  "devDependencies": {
    "@breezr/core": "^1.0.0-alpha.1",
    "@breezr/plugin-builtin": "^1.0.0-alpha.1",
    "@types/autoprefixer": "^9.1.1",
    "@types/chai": "^4.1.7",
    "@types/ejs": "^2.6.3",
    "@types/extract-text-webpack-plugin": "^3.0.4",
    "@types/html-webpack-plugin": "^3.2.0",
    "@types/jest": "^23.3.13",
    "@types/lodash": "^4.14.116",
    "@types/node": "^8.10.25",
    "@types/uglifyjs-webpack-plugin": "^1.1.0",
    "@types/webpackbar": "^2.6.0",
    "chai": "^4.2.0",
    "jest": "^24.2.0-alpha.0",
    "nyc": "^13.1.0",
    "ts-jest": "^24.0.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.8.0",
    "typescript": "^3.0.3"
  },
  "author": "流司",
  "dependencies": {
    "@babel/core": "^7.3.3",
    "@breezr/shared-utils": "^1.0.0-alpha.1",
    "assert": "^1.4.1",
    "autoprefixer": "^9.6.0",
    "babel-loader": "^8.0.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-breezr-wind": "^1.0.0-alpha.2",
    "css-loader": "^0.28.11",
    "ejs": "^2.6.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "lodash": "^4.17.11",
    "mini-css-extract-plugin": "^0.5.0",
    "open-browser-webpack-plugin": "^0.0.5",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "postcss-less": "^3.1.2",
    "postcss-loader": "^3.0.0",
    "react-hot-loader": "^4.7.1",
    "simple-progress-webpack-plugin": "^1.1.2",
    "style-loader": "^0.23.1",
    "terser-webpack-plugin": "^1.2.3",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "url-loader": "^1.1.2",
    "webpack-chain": "^5.2.0",
    "webpack-plugin-html-skeleton": "^1.0.0-alpha.1",
    "webpackbar": "^3.1.5"
  },
  "peerDependencies": {
    "webpack": "^3 || ^4"
  },
  "ci": {
    "type": "aoneci",
    "version": "8",
    "docker": true,
    "tags": "",
    "fntest": false,
    "command": "ci",
    "cpp": false,
    "autoBadges": true,
    "image": ""
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "json",
      "json-summary",
      "lcov"
    ],
    "temp-dir": "./node_modules/.nyc_output",
    "sourceMap": true,
    "instrument": true
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "gitHead": "0a641ea18e1ee433d73da7f982072a4a21750888"
}
