33 lines
750 B
JSON
33 lines
750 B
JSON
{
|
|
"name": "@rakazo/www",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^6.0.2",
|
|
"@astrojs/sitemap": "3.7.3",
|
|
"@rakazo/ui-web": "workspace:*",
|
|
"@vercel/functions": "3.9.5",
|
|
"astro": "^7.2.1",
|
|
"posthog-js": "1.417.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.10",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|