{
  "name": "@rexlabs/plz-cli",
  "version": "4.2.3",
  "description": "Toolkit for creating, developing building & testing projects - Vivid Module",
  "keywords": [
    "react-component",
    "vivid-package"
  ],
  "homepage": "https://github.com/rexlabsio/vivid/tree/main/tooling/plz-cli",
  "repository": "git@github.com:rexlabsio/vivid.git",
  "license": "MIT",
  "author": "Rexlabs <dev@rexsoftware.com.au>",
  "main": "src/index.js",
  "bin": {
    "plz": "src/bin.js"
  },
  "files": [
    "src/",
    "support/"
  ],
  "scripts": {
    "ascii": "./support/generate-ascii-logo.js",
    "test": "true",
    "test:integration": "jest --config=./jest.config.integration.js",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-json-strings": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/plugin-transform-react-jsx-self": "^7.12.1",
    "@babel/plugin-transform-react-jsx-source": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-stage-3": "^7.8.3",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/runtime-corejs3": "^7.9.6",
    "@mdx-js/loader": "^1.6.5",
    "@rexlabs/browserslist-config": "^1.0.4",
    "@storybook/addon-a11y": "^6.4.18",
    "@storybook/addon-docs": "^6.4.18",
    "@storybook/addon-essentials": "^6.4.18",
    "@storybook/addon-storysource": "^6.4.18",
    "@storybook/react": "^6.4.18",
    "@testing-library/jest-dom": "^5.15.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "27.0.3",
    "@types/lodash": "4.14.149",
    "@types/react": "16.9.16",
    "@types/react-redux": "7.1.5",
    "address": "1.0.3",
    "autoprefixer": "6.7.0",
    "babel-jest": "^27.4.2",
    "babel-loader": "^8.0.6",
    "babel-plugin-macros": "^2.7.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "browser-resolve": "^2.0.0",
    "case-sensitive-paths-webpack-plugin": "2.2.0",
    "chalk": "^1.1.3",
    "change-case": "^3.0.1",
    "copy-template-dir": "^1.3.0",
    "core-js": "^2.0.0",
    "cosmiconfig": "^5.2.0",
    "css-loader": "^3.2.0",
    "debug": "^2.6.7",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "express": "4.17.1",
    "figlet": "^1.2.4",
    "file-loader": "^5.0.2",
    "filesize": "3.4.3",
    "fork-ts-checker-webpack-plugin": "^3.1.1",
    "fs-extra": "^3.0.1",
    "glob": "^7.1.2",
    "glob-loader": "^0.3.0",
    "gzip-size": "^5.1.1",
    "html-webpack-plugin": "^3.2.0",
    "inquirer": "^3.3.0",
    "is-up": "^2.0.0",
    "jest": "^27.4.2",
    "jest-canvas-mock": "^2.3.1",
    "jest-haste-map": "^27.4.2",
    "jest-resolve": "^27.4.2",
    "jest-serializer-ansi": "^1.0.3",
    "lodash": "^4.17.15",
    "mdx-frontmatter-loader": "^0.1.1",
    "mini-css-extract-plugin": "^0.8.0",
    "object-assign": "4.1.1",
    "ora": "^1.3.0",
    "pify": "^2.3.0",
    "postcss-loader": "^3.0.0",
    "promise": "7.1.1",
    "raf": "^3.4.1",
    "raw-loader": "^4.0.0",
    "react-addons-test-utils": "^16.0.0-alpha",
    "react-dev-utils": "11.0.4",
    "react-markdown": "^4.0.8",
    "react-test-renderer": "^16.5.0",
    "react-transform-catch-errors": "1.0.2",
    "react-transform-hmr": "1.0.4",
    "read-pkg-up": "^2.0.0",
    "redbox-noreact": "1.1.0",
    "remark-frontmatter": "^2.0.0",
    "resize-observer-polyfill": "^1.5.1",
    "resolve": "^1.12.0",
    "storybook-addon-designs": "^6.2.1",
    "style-loader": "0.13.1",
    "svg-react-loader": "^0.4.6",
    "terser-webpack-plugin": "^1.2.3",
    "url-loader": "^3.0.0",
    "validatorjs": "^3.18.1",
    "validatorjs-webpack-plugin": "^1.0.0",
    "webpack": "^4.41.2",
    "webpack-bugsnag-plugins": "^1.4.2",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-dev-server": "^3.9.0",
    "webpack-merge": "^4.2.2",
    "whatwg-fetch": "2.0.2",
    "yargs": "^13.2.2"
  },
  "devDependencies": {
    "typescript": "~3.7.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "typescript": ">=3.7.2"
  },
  "engines": {
    "node": ">=7.x"
  },
  "gitHead": "53f24129f5f96e33156d1e139b5b98aadc385cb2"
}
