mirror of
https://github.com/Flomp/wanderer.git
synced 2026-01-04 12:10:10 -06:00
29 lines
721 B
JSON
29 lines
721 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.17.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/node": "^9.2.2",
|
|
"@astrojs/starlight": "^0.34.4",
|
|
"@astrojs/starlight-tailwind": "^4.0.1",
|
|
"@astrojs/svelte": "^7.1.0",
|
|
"@fontsource/ibm-plex-mono": "^5.0.13",
|
|
"@fontsource/ibm-plex-sans": "^5.0.20",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"astro": "^5.9.3",
|
|
"sharp": "^0.32.5",
|
|
"starlight-openapi": "^0.9.0",
|
|
"svelte": "^5.34.8",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|