45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "aethex-connect-site",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --port 4321",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.4.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@stripe/react-stripe-js": "^5.6.0",
|
|
"@stripe/stripe-js": "^8.8.0",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@uploadthing/react": "^7.3.3",
|
|
"astro": "^4.0.0",
|
|
"axios": "^1.13.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"livekit-client": "^0.18.6",
|
|
"livekit-react": "^0.9.2",
|
|
"lucide-react": "^0.575.0",
|
|
"matrix-js-sdk": "^40.0.0",
|
|
"mumble-client": "^1.3.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-hook-form": "^7.71.2",
|
|
"react-router-dom": "^7.13.1",
|
|
"simple-peer": "^9.11.1",
|
|
"socket.io-client": "^4.8.3",
|
|
"uploadthing": "^7.7.4",
|
|
"zod": "^3.25.76",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|