Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.49.1 to 5.53.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.53.0/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com>
29 lines
721 B
JSON
29 lines
721 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.18.5",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/node": "^9.5.2",
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@astrojs/starlight-tailwind": "^4.0.2",
|
|
"@astrojs/svelte": "^7.2.5",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"astro": "^5.17.1",
|
|
"sharp": "^0.34.5",
|
|
"starlight-openapi": "^0.22.0",
|
|
"svelte": "^5.53.0",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|