mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-17 01:16:35 +03:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "app-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.4.2",
|
|
"@astrojs/starlight": "^0.37.5",
|
|
"@astrojs/starlight-tailwind": "^4.0.2",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.10",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^5.6.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.31.0",
|
|
"lucide-react": "^0.563.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-intersection-observer": "^10.0.2",
|
|
"sharp": "^0.34.2",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "^1.2.88",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify/tailwind4": "^1.2.1",
|
|
"tw-animate-css": "^1.4.0"
|
|
}
|
|
}
|