Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Jun 4, 2024
1 parent ffb3302 commit fc7c109
Show file tree
Hide file tree
Showing 49 changed files with 3,867 additions and 5 deletions.
28 changes: 28 additions & 0 deletions packages/abstract-3d/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"private": true,
"name": "@divid-local/abstract-3d",
"version": "0.1.0",
"description": "Abstract 3D",
"author": "Divid AB <[email protected]>",
"license": "UNLICENCED",
"type": "module",
"exports": {
".": {
"ts": "./src/index.ts",
"import": "./lib/index.js"
}
},
"dependencies": {
"ts-exhaustive-check": "^1.0.0",
"react": "^18.3.1",
"@react-three/fiber": "^8.16.6",
"@react-three/drei": "9.88.17",
"three": "^0.164.1",
"suspend-react": "^0.1.3"
},
"devDependencies": {
"@types/three": "^0.164.1",
"@types/react": "^18.3.3",
"@types/react-reconciler": "^0.28.8"
}
}
Loading

0 comments on commit fc7c109

Please sign in to comment.