{
  "name": "catalyst",
  "version": "2.0.0-beta.4",
  "description": "Sets up webpack, TypeScript, React, GraphQL, SASS, and more!",
  "author": "Dan Martens <dan@friendsoftheweb.com>",
  "homepage": "https://github.com/friendsoftheweb/catalyst#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/friendsoftheweb/catalyst.git"
  },
  "engines": {
    "node": ">= 11.0.0"
  },
  "license": "MIT",
  "files": [
    "lib",
    "catalyst.d.ts"
  ],
  "main": "./lib/index.js",
  "bin": "./lib/bin.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "prepack": "scripts/prepack",
    "build": "scripts/build",
    "test": "jest",
    "test:watch": "jest --watch",
    "types:check": "tsc --noEmit",
    "types:watch": "tsc --noEmit --watch",
    "prettier:check": "prettier --check \"src/**/*.ts\"",
    "lint": "eslint \"src/**/*.ts\""
  },
  "bugs": {
    "url": "https://github.com/friendsoftheweb/catalyst/issues"
  },
  "jest": {
    "globalSetup": "<rootDir>/test-setup.js",
    "testMatch": [
      "**/__tests__/**/*.test.[jt]s?(x)"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-proposal-optional-chaining": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/runtime": "^7.4.4",
    "babel-jest": "^26.6.1",
    "babel-loader": "^8.0.6",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "case-sensitive-paths-webpack-plugin": "^2.2.0",
    "catalyst-client": "^2.0.0-beta.4",
    "chalk": "^4.1.0",
    "circular-dependency-plugin": "^5.0.2",
    "commander": "^6.2.0",
    "compression-webpack-plugin": "^7.1.0",
    "css-loader": "^5.0.1",
    "css-minimizer-webpack-plugin": "^1.1.5",
    "debug": "^4.3.1",
    "diff": "^4.0.1",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "fibers": "^5.0.0",
    "file-loader": "^6.2.0",
    "find-process": "^1.4.1",
    "image-size": "^0.9.3",
    "inquirer": "^7.0.0",
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.11",
    "mini-css-extract-plugin": "^1.2.1",
    "postcss": "^8.1.4",
    "postcss-loader": "^4.1.0",
    "postcss-preset-env": "^6.7.0",
    "sass": "^1.30.0",
    "sass-loader": "^10.0.4",
    "schema-utils": "^3.0.0",
    "semver": "^7.3.4",
    "strip-ansi": "^6.0.0",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.0.3",
    "webpack": "^5.11.0",
    "webpack-bundle-analyzer": "^4.3.0",
    "webpack-dev-server": "^3.7.2",
    "webpack-sources": "^2.2.0",
    "workbox-webpack-plugin": "^6.0.2"
  },
  "devDependencies": {
    "@types/autoprefixer": "^9.5.0",
    "@types/debug": "^4.1.5",
    "@types/diff": "^4.0.2",
    "@types/express": "^4.17.9",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.19",
    "@types/lodash": "^4.14.135",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^14.14.6",
    "@types/postcss-preset-env": "^6.7.0",
    "@types/semver": "^7.3.4",
    "@types/source-map": "0.5.2",
    "@types/terser-webpack-plugin": "^5.0.2",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "eslint": "^7.15.0",
    "eslint-plugin-jest": "^24.1.3",
    "glob": "^7.1.4",
    "jest": "^26.6.1",
    "memfs": "^3.2.0",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "sockjs-client": "^1.3.0",
    "source-map": "^0.7.3",
    "typescript": "^4.0.5"
  },
  "gitHead": "2bd1eff53fd253a8694fc211baf1f80c349031df"
}
