{ "name": "@theatre/plugin-r3f", "version": "1.0.0-dev", "license": "Apache-2.0", "authors": [ { "name": "Andrew Prifer", "email": "andrew.prifer@gmail.com", "url": "https://github.com/AndrewPrifer" }, { "name": "Aria Minaei", "email": "aria@theatrejs.com", "url": "https://github.com/AriaMinaei" } ], "repository": { "type": "git", "url": "https://github.com/AriaMinaei/theatre", "directory": "packages/plugin-r3f" }, "source": "src/index.tsx", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "prepack": "yarn run build", "typecheck": "yarn run build", "build": "tsc --build ./tsconfig.json" }, "devDependencies": { "@types/file-saver": "^2.0.2", "@types/jest": "^26.0.23", "@types/lodash-es": "^4.17.4", "@types/node": "^15.6.2", "@types/react": "^17.0.9", "typescript": "^4.3.2" }, "dependencies": { "@react-three/drei": "^5.3.1", "@react-three/fiber": "^6.2.2", "@theatre/core": "workspace:*", "@theatre/studio": "workspace:*", "fast-deep-equal": "^3.1.3", "file-saver": "^2.0.5", "lodash-es": "^4.17.21", "prism-react-renderer": "1.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-merge-refs": "^1.1.0", "react-shadow": "^19.0.2", "react-use-measure": "^2.0.4", "reakit": "^1.3.8", "three": "^0.129.0", "zustand": "^3.5.1" } }