{
  "name": "reskript",
  "version": "0.26.7",
  "description": "Finely maintained scripts for react libs and apps",
  "main": "dist/index.js",
  "bin": {
    "skr": "dist/cli/index.js"
  },
  "scripts": {
    "lint": "eslint 'src/**/*.ts'",
    "lint-staged": "git diff --name-only HEAD | grep -E '\\.ts' | xargs eslint",
    "build": "sh scripts/build.sh",
    "test": "yarn run build && node dist/cli test",
    "prepublishOnly": "yarn run build",
    "deploy": "npm publish --registry=https://registry.npmjs.com"
  },
  "author": "zhanglili",
  "license": "MIT",
  "files": [
    "dist",
    "config"
  ],
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-do-expressions": "^7.8.3",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-numeric-separator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.8.3",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/traverse": "^7.9.5",
    "@babel/types": "^7.9.5",
    "@ecomfe/eslint-config": "^3.2.0",
    "@ecomfe/stylelint-config": "^1.0.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.5",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-replace": "^2.3.2",
    "@sentry/node": "^5.15.5",
    "@types/imagemin-gifsicle": "^5.2.0",
    "@types/imagemin-optipng": "^5.2.0",
    "@types/imagemin-svgo": "^7.0.0",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "autoprefixer": "^9.7.6",
    "babel-eslint": "^11.0.0-beta.2",
    "babel-jest": "^25.4.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-import": "^1.13.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-react-css-modules": "^5.2.6",
    "babel-plugin-react-require": "^3.1.3",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.23",
    "builtins": "^3.0.1",
    "case-sensitive-paths-webpack-plugin": "^2.3.0",
    "chalk": "^4.0.0",
    "change-case": "^4.1.1",
    "classnames-loader": "^2.1.0",
    "commander": "^5.1.0",
    "copy-webpack-plugin": "^5.1.1",
    "core-js": "^3.6.5",
    "css-loader": "^3.5.3",
    "cssnano": "^4.1.8",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.4.4",
    "eslint": "^6.8.0",
    "eslint-formatter-pretty": "^3.0.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^3.0.0",
    "eslint-plugin-reskript": "^0.1.2",
    "file-loader": "^6.0.0",
    "find-up": "^4.1.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "g-status": "^2.0.2",
    "glob": "^7.1.6",
    "globby": "^11.0.0",
    "hasha": "^5.2.0",
    "html-webpack-plugin": "^4.2.0",
    "identity-obj-proxy": "^3.0.0",
    "imagemin": "^7.0.1",
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-mozjpeg": "^8.0.0",
    "imagemin-optipng": "^7.1.0",
    "imagemin-svgo": "^7.1.0",
    "img-loader": "^3.0.1",
    "inquirer": "^7.1.0",
    "internal-ip": "^6.0.0",
    "jest-cli": "^25.4.0",
    "less": "3.9.x",
    "less-loader": "^6.1.0",
    "less-plugin-dls": "^0.33.4",
    "less-plugin-functions": "^1.0.0",
    "less-plugin-npm-import": "^2.1.0",
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.15",
    "mini-css-extract-plugin": "^0.9.0",
    "monaco-editor": "^0.20.0",
    "monaco-editor-webpack-plugin": "^1.9.0",
    "ora": "^4.0.4",
    "os-name": "^3.1.0",
    "pkg-dir": "^4.2.0",
    "postcss-less": "^3.1.4",
    "postcss-loader": "^3.0.0",
    "postcss-scopify": "^0.1.9",
    "prettier": "^2.0.5",
    "print-tree": "^0.1.5",
    "proxy-agent": "^3.1.1",
    "react-monaco-editor": "^0.36.0",
    "react-refresh": "^0.8.1",
    "regenerator-runtime": "^0.13.5",
    "resolve": "^1.17.0",
    "rollup": "^1.31.1",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-postcss": "^2.5.0",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-typescript2": "^0.27.0",
    "san-update": "^2.1.0",
    "semver": "^7.3.2",
    "sort-package-json": "1.41.0",
    "source-map": "^0.7.3",
    "stealthy-require": "^1.1.1",
    "style-loader": "^1.2.0",
    "style-resources-loader": "^1.3.3",
    "stylelint": "^13.3.3",
    "stylelint-webpack-plugin": "^1.2.3",
    "svgo": "^1.3.2",
    "terser": "^4.6.12",
    "tty-table": "^4.1.1",
    "typescript": "^3.8.3",
    "unixify": "^1.0.0",
    "url-loader": "^4.1.0",
    "username": "^5.1.0",
    "webpack-bundle-analyzer": "^3.7.0",
    "webpack-dev-server": "^3.10.3",
    "webpack-merge": "^4.2.2",
    "webpackbar": "^4.0.0",
    "worker-loader": "^2.0.0",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.8.3",
    "@types/babel__core": "^7.1.7",
    "@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/eslint": "^6.8.0",
    "@types/express": "^4.17.6",
    "@types/friendly-errors-webpack-plugin": "^0.1.2",
    "@types/html-minifier-terser": "^5.0.0",
    "@types/html-webpack-plugin": "^3.2.2",
    "@types/inquirer": "6.5.0",
    "@types/jest": "^25.2.1",
    "@types/jest-cli": "^24.3.0",
    "@types/less": "^3.0.1",
    "@types/loader-utils": "^1.1.3",
    "@types/lodash": "^4.14.150",
    "@types/mini-css-extract-plugin": "^0.9.1",
    "@types/node": "^13.13.2",
    "@types/rimraf": "^3.0.0",
    "@types/semver": "^7.1.0",
    "@types/stylelint-webpack-plugin": "^0.1.5",
    "@types/username": "^3.0.0",
    "@types/vfile-message": "^2.0.0",
    "@types/webpack": "^4.41.12",
    "@types/webpack-bundle-analyzer": "^2.13.3",
    "@types/webpack-dev-server": "^3.10.1",
    "@types/webpack-merge": "^4.1.5",
    "@types/webpackbar": "^4.0.0",
    "husky": "^4.2.5"
  },
  "peerDependencies": {
    "classnames": "2.x",
    "enzyme": "3.x",
    "react": "16.x",
    "react-dom": "16.x",
    "webpack": "4.x"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    },
    "classnames": {
      "optional": true
    },
    "enzyme": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn run lint-staged",
      "pre-push": "yarn test && sh scripts/staging-test.sh"
    }
  },
  "resolutions": {
    "**/@types/webpack": "^4.41.12"
  }
}
