real-pepe
Version:
A React Three.js component for rendering an animated Pepe 3D model
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "real-pepe",
"version": "1.0.0",
"description": "A React Three.js component for rendering an animated Pepe 3D model",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"keywords": [
"react",
"three.js",
"3d",
"model",
"pepe"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"@react-three/fiber": ">=8.0.0",
"@react-three/drei": ">=8.0.0",
"three": ">=0.137.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-node-resolve": "latest",
"@rollup/plugin-typescript": "latest",
"@types/node": "latest",
"@types/react": "latest",
"rollup": "latest",
"typescript": "latest",
"tslib": "latest"
},
"dependencies": {
"@react-three/drei": "latest",
"@react-three/fiber": "latest",
"three": "latest",
"react": "latest",
"react-dom": "latest"
}
}