{
  "name": "react-flex-ui",
  "version": "1.0.78",
  "description": "React common UI components",
  "scripts": {
    "build": "rimraf dist && NODE_ENV=production webpack -p",
    "build:dev": "rimraf dist && webpack ",
    "build:analyzer": "rimraf dist && ANALYZER=true NODE_ENV=production webpack -p",
    "lint": "npm run lint:es && npm run lint:style",
    "lint:es": "eslint . --ext .js,.d.ts,.ts,.tsx",
    "lint:style": "stylelint ."
  },
  "author": "Ricky Jiao",
  "license": "MIT",
  "main": "dist/flex-ui.js",
  "module": "dist/flex-ui.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-router": "5.1.2",
    "react-router-dom": "5.1.2",
    "classnames": "2.2.6"
  },
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.4.3",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "7.10.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
    "@babel/plugin-proposal-optional-chaining": "7.11.0",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "@babel/runtime": "7.9.2",
    "@types/classnames": "2.2.9",
    "@types/core-js": "2.5.3",
    "@types/react": "16.9.34",
    "@types/react-dom": "16.9.6",
    "@types/react-router": "5.1.5",
    "@types/react-router-dom": "5.1.3",
    "@typescript-eslint/eslint-plugin": "2.27.0",
    "@typescript-eslint/parser": "2.27.0",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.0.4",
    "babel-plugin-module-resolver": "4.0.0",
    "classnames": "2.2.6",
    "copy-webpack-plugin": "6.0.3",
    "css-loader": "3.5.0",
    "csstype": "3.0.2",
    "eslint": "6.8.0",
    "eslint-config-airbnb": "18.1.0",
    "eslint-import-resolver-babel-module": "5.1.2",
    "eslint-import-resolver-typescript": "2.0.0",
    "eslint-plugin-babel": "5.3.0",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.19.0",
    "eslint-plugin-react-hooks": "3.0.0",
    "mini-css-extract-plugin": "0.9.0",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "postcss-loader": "3.0.0",
    "postcss-preset-env": "6.7.0",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-router": "5.1.2",
    "react-router-dom": "5.1.2",
    "rimraf": "3.0.2",
    "stylelint": "13.6.1",
    "stylelint-config-standard": "20.0.0",
    "stylelint-order": "4.1.0",
    "svg-react-loader": "0.4.6",
    "ts-loader": "8.0.1",
    "typescript": "3.9.6",
    "webpack": "4.43.0",
    "webpack-bundle-analyzer": "3.8.0",
    "webpack-cli": "3.3.12"
  }
}
