mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-09 07:33:39 +00:00
76c5e60bb9
Bumps [sharp](https://github.com/lovell/sharp) from 0.34.5 to 0.35.3. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.3) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "@showbridge/docs",
|
|
"type": "module",
|
|
"version": "0.4.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/check": "0.9.9",
|
|
"@astrojs/starlight": "^0.39.3",
|
|
"astro": "^6.4.4",
|
|
"sharp": "0.35.3",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|