anim-3d-obj
Version:
React library for creating 3D objects quickly. Also these objects can be animated
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "anim-3d-obj",
"version": "2.0.9",
"repository": {
"type": "git",
"url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
},
"homepage": "https://mdnelles.github.io/a3o-playground/",
"description": "React library for creating 3D objects quickly. Also these objects can be animated",
"mainOLD": "dist/cjs/index.js",
"main": "dist/cjs/components/Obj.js",
"module": "dist/esm/components/Obj.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs"
},
"author": "mdnelles",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"styled-components": "^5.3.6"
},
"keywords": [
"React",
"CSS",
"style",
"animation",
"cube",
"cuboid",
"3d",
"webGL"
]
}