r3f-template
Version:
CLI to scaffold React Three Fiber templates with or without physics( Rapier )
47 lines (46 loc) • 897 B
JSON
{
"name": "r3f-template",
"version": "0.2.1",
"type": "module",
"bin": {
"r3f-template": "./bin/index.js"
},
"files": [
"bin",
"templates"
],
"license": "MIT",
"description": "CLI to scaffold React Three Fiber templates with or without physics( Rapier )",
"keywords": [
"react-three-fiber",
"cli",
"template",
"vite",
"three",
"rapier",
"3d",
"react-three-fiber",
"@react-three/fiber",
"@react-three/drei",
"r3f-template",
"react-three-fiber/template",
"three template",
"react",
"react template",
"react three js",
"react three fiber",
"threejs",
"three.js",
"vite template",
"vite react",
"vite threejs",
"vite three.js",
"rapier physics",
"physics engine"
],
"author": "Sathish",
"dependencies": {
"inquirer": "^9.2.8",
"fs-extra": "^11.1.1"
}
}