{ "name": "rive-react", "version": "3.0.26", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", "files": [ "dist/**" ], "scripts": { "test": "jest", "build": "bunchee src/index.ts -m --no-sourcemap", "dev": "watch 'npm run build' src", "lint": "eslint -c .eslintrc.js 'src/**/*{.ts,.tsx}'", "format": "prettier --write src", "types:check": "tsc --noEmit", "release": "release-it", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook -o docs-build" }, "repository": { "type": "git", "url": "git+https://github.com/rive-app/rive-react.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/rive-app/rive-react/issues" }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { "@rive-app/canvas": "1.0.85", "@rive-app/webgl": "1.0.81" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.18.0", "@storybook/addon-actions": "^6.5.3", "@storybook/addon-essentials": "^6.5.3", "@storybook/addon-interactions": "^6.5.3", "@storybook/addon-links": "^6.5.3", "@storybook/builder-webpack4": "^6.5.3", "@storybook/manager-webpack4": "^6.5.3", "@storybook/react": "^6.5.3", "@storybook/testing-library": "^0.0.11", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/react-hooks": "^7.0.0", "@types/jest": "^27.0.3", "@types/offscreencanvas": "^2019.6.4", "@types/react": "^17.0.9", "@types/testing-library__jest-dom": "^5.9.5", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "auto-changelog": "^2.3.0", "babel-loader": "^8.2.5", "bunchee": "1.8.5", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.5.12", "jest": "^27.0.4", "prettier": "^2.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "release-it": "^14.10.0", "ts-jest": "^27.1.1", "typescript": "^4.5.4", "watch": "^1.0.2" } }