mirror of
https://github.com/Flomp/wanderer.git
synced 2026-01-07 21:50:07 -06:00
27 lines
661 B
JSON
27 lines
661 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.12.0",
|
|
"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.0.0",
|
|
"@astrojs/starlight": "^0.30.3",
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"@fontsource/ibm-plex-mono": "^5.0.13",
|
|
"@fontsource/ibm-plex-sans": "^5.0.20",
|
|
"astro": "^5.0.2",
|
|
"sharp": "^0.32.5",
|
|
"starlight-openapi": "^0.9.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|