chore(site): added site

This commit is contained in:
Nicholas Kissel 2026-01-25 19:07:05 -08:00 committed by Nathan Flurry
parent d1cbd20b83
commit fb60a06242
48 changed files with 2087 additions and 43 deletions

27
website/package.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "sandbox-agent-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@astrojs/tailwind": "^6.0.0",
"astro": "^5.1.0",
"framer-motion": "^12.0.0",
"lucide-react": "^0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}