UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

72 lines (71 loc) 2.04 kB
{ "name": "pixi-reactive", "version": "1.3.24", "description": "A library to help integrate PIXI into a React project", "author": "mcastiello", "license": "MIT", "repository": "mcastiello/pixi-reactive", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "keywords": [ "WebGL", "Pixi", "React", "Animation", "Game Development" ], "engines": { "node": ">=10" }, "scripts": { "clear": "rimraf -Rf dist", "build": "yarn clear && microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs" }, "peerDependencies": { "pixi.js": "^5.3.7", "react": "^17.0.1" }, "dependencies": { "react-virtualized-auto-sizer": "^1.0.2", "uuid": "^8.3.1" }, "devDependencies": { "@types/node": "^12.12.38", "@types/react": "^17.0.0", "@types/react-virtualized-auto-sizer": "^1.0.0", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-airbnb-typescript": "^7.0.0", "eslint-config-prettier": "^6.7.0", "eslint-config-react-app": "^5.2.1", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^3.0.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-spellcheck": "^0.0.14", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^2.2.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "pixi.js": "^5.3.7", "prettier": "^2.0.4", "react": "^17.0.1", "rimraf": "^3.0.2" }, "files": [ "dist" ] }