mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
33 lines
850 B
JSON
33 lines
850 B
JSON
{
|
|
"name": "@voicebox/landing",
|
|
"version": "0.1.6",
|
|
"description": "Landing page for voicebox.sh",
|
|
"scripts": {
|
|
"dev": "bun --bun next dev --turbo",
|
|
"build": "bun --bun next build",
|
|
"start": "bun --bun next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"autoprefixer": "^10.4.17",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.316.0",
|
|
"next": "^16.1.3",
|
|
"postcss": "^8.4.33",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.5",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|