mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-17 01:16:35 +03:00
29 lines
696 B
JSON
29 lines
696 B
JSON
{
|
|
"name": "app-docs",
|
|
"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.4.2",
|
|
"@astrojs/starlight": "^0.37.5",
|
|
"@astrojs/starlight-tailwind": "^4.0.2",
|
|
"@tailwindcss/vite": "^4.0.7",
|
|
"@types/react": "^19.2.10",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^5.6.1",
|
|
"lucide-react": "^0.563.0",
|
|
"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.0.7"
|
|
}
|
|
}
|