UNPKG

react-threeco

Version:

Animate (interactive) 3D and 2D graphics in React

55 lines (54 loc) 1.23 kB
{ "name": "react-threeco", "version": "1.1.1", "description": "Animate (interactive) 3D and 2D graphics in React", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/wesone/react-threeco.git" }, "keywords": [ "2d", "3d", "interactive", "animate", "render", "loop", "render-loop", "webgl", "three", "three.js", "threejs", "canvas", "react", "reactjs", "hook", "component", "javascript", "typescript" ], "author": "wesone", "license": "ISC", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/eslint-parser": "^7.18.9", "@eslint/js": "^9.9.1", "@stylistic/eslint-plugin-js": "^2.7.2", "@types/eslint__js": "^8.42.3", "@types/react": "^18.0.18", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "eslint": "^8.57.0", "eslint-plugin-brace-rules": "^0.1.6", "eslint-plugin-react": "^7.35.0", "typescript": "^4.9.5", "typescript-eslint": "^8.3.0" } }