{
  "name": "@inlet/react-pixi",
  "version": "6.8.0",
  "description": "Write PixiJS applications using React declarative style.",
  "main": "index.js",
  "umd:main": "umd.js",
  "module": "module.js",
  "jsnext:main": "module.js",
  "author": "Patrick Brouwer <patrick@inlet.nl>",
  "license": "MIT",
  "scripts": {
    "docz:dev": "rimraf ./docs && docz dev",
    "docz:build": "rimraf ./docs && yarn build:prod && docz build",
    "eslint": "eslint .",
    "build:watch": "cross-env FORMAT=umd NODE_ENV=development rollup -c --watch",
    "build:dev": "cross-env NODE_ENV=development rollup -c",
    "build:prod": "cross-env NODE_ENV=production rollup -c",
    "build": "rimraf ./dist && npm run build:dev && npm run build:prod",
    "test": "jest --silent",
    "test:watch": "jest --silent --watch",
    "prepack": "if-env CI=true && echo \"skip build\" || (npm run test && npm run eslint && npm run build)"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inlet/react-pixi.git"
  },
  "files": [
    "dist/",
    "animated/",
    "legacy/",
    "LICENSE",
    "index.d.ts",
    "index.js",
    "umd.js",
    "module.js"
  ],
  "typings": "./index.d.ts",
  "devDependencies": {
    "@babel/cli": "7.14.8",
    "@babel/core": "7.14.8",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/plugin-proposal-decorators": "7.14.5",
    "@babel/plugin-proposal-do-expressions": "7.14.5",
    "@babel/plugin-proposal-export-default-from": "7.14.5",
    "@babel/plugin-proposal-export-namespace-from": "7.14.5",
    "@babel/plugin-proposal-function-bind": "7.14.5",
    "@babel/plugin-proposal-function-sent": "7.14.5",
    "@babel/plugin-proposal-json-strings": "7.14.5",
    "@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
    "@babel/plugin-proposal-numeric-separator": "7.14.5",
    "@babel/plugin-proposal-optional-chaining": "7.14.5",
    "@babel/plugin-proposal-pipeline-operator": "7.14.8",
    "@babel/plugin-proposal-throw-expressions": "7.14.5",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-import-meta": "7.10.4",
    "@babel/plugin-transform-runtime": "7.14.5",
    "@babel/preset-env": "7.14.9",
    "@babel/preset-react": "7.14.5",
    "@babel/runtime": "7.14.8",
    "@rollup/plugin-alias": "3.1.5",
    "@testing-library/react": "12.0.0",
    "@types/jest": "26.0.24",
    "@types/react": "17.0.15",
    "@types/react-dom": "17.0.9",
    "@types/react-reconciler": "0.26.3",
    "babel-core": "7.0.0-beta.3",
    "babel-eslint": "10.1.0",
    "babel-jest": "26.6.3",
    "babel-plugin-module-resolver": "4.1.0",
    "canvas": "2.8.0",
    "cross-env": "7.0.3",
    "docz": "2.3.1",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "7.24.0",
    "if-env": "1.0.4",
    "jest": "26.6.3",
    "jest-webgl-canvas-mock": "0.2.3",
    "lodash.isnil": "4.0.0",
    "lodash.times": "4.3.2",
    "performance-now": "2.1.0",
    "pixi.js": "6.1.0",
    "prettier": "2.3.2",
    "prop-types": "15.7.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-reconciler": "0.26.2",
    "react-spring": "9.2.4",
    "react-test-renderer": "17.0.2",
    "rimraf": "3.0.2",
    "rollup": "2.55.1",
    "rollup-plugin-babel": "4.4.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-filesize": "9.1.1",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-terser": "7.0.2",
    "typescript": "4.3.5"
  },
  "peerDependencies": {
    "pixi.js": "^6.0.0",
    "prop-types": "^15.7.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "jest": {
    "collectCoverage": false,
    "roots": [
      "./test"
    ],
    "setupFiles": [
      "jest-webgl-canvas-mock",
      "<rootDir>/test/bootstrap.js",
      "<rootDir>/test/__mocks__/matchMediaMock.js"
    ]
  },
  "resolutions": {
    "get-pkg-repo": "4.1.1",
    "hosted-git-info": "^2.1.4"
  },
  "dependencies": {}
}
