react-three-nephilim
Version:
3D SPA engine based on React and Three.js
38 lines (37 loc) • 882 B
JSON
{
"name": "react-three-nephilim",
"version": "1.3.6",
"description": "3D SPA engine based on React and Three.js",
"keywords": [
"react",
"threejs",
"react-three",
"react-three-spa",
"mvc",
"spa"
],
"homepage": "https://github.com/skomorox/react-three-nephilim",
"repository": {
"type": "git",
"url": "https://github.com/skomorox/react-three-nephilim.git"
},
"main": "dist/index.js",
"scripts": {
"build": "babel ./src --out-dir ./dist --no-comments"
},
"author": "Skomorox",
"license": "MIT",
"dependencies": {
"@tweenjs/tween.js": "^23.1.3",
"lodash": "^4.17.21",
"three": "^0.173.0",
"three-nebula": "^10.0.3"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"react": "^19.0.0"
}
}