Files
Sylve/docs/app-docs/package.json
T
2026-02-02 02:10:44 +05:30

20 lines
434 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/starlight": "^0.37.5",
"@astrojs/starlight-tailwind": "^4.0.2",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"tailwindcss": "^4.0.7"
}
}