Skip to content

Commit

Permalink
docs: main page
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 19, 2024
1 parent 88a382f commit eff4278
Show file tree
Hide file tree
Showing 6 changed files with 1,215 additions and 20 deletions.
11 changes: 10 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,30 @@
"build": "next build",
"start": "next start"
},
"type": "commonjs",
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.10",
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"@stylexjs/stylex": "^0.9.3",
"@stylexswc/nextjs-plugin": "^0.5.0",
"@suspensive/react": "^2.18.10",
"codehike": "^1.0.4",
"motion": "^11.15.0",
"next": "^15.1.0",
"nextra": "^3.2.5",
"nextra-theme-docs": "^3.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remark-sandpack": "^0.0.5"
"remark-sandpack": "^0.0.5",
"three": "^0.171.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0",
"typescript": "^5"
}
}
Loading

0 comments on commit eff4278

Please sign in to comment.