mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
14a454336e
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.37.6 to 0.37.7. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.37.7/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "@showbridge/docs",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"build:prod": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/starlight": "0.37.7",
|
|
"astro": "5.18.0",
|
|
"sharp": "0.34.5",
|
|
"@astrojs/check": "0.9.6",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|