Files
archived-tauri-docs/package.json
dependabot[bot] 807c34cd77 chore(deps): bump astro from 3.5.5 to 3.6.0 (#1708)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.5.5 to 3.6.0.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.6.0/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 14:04:44 +01:00

40 lines
1.4 KiB
JSON

{
"name": "tauri-docs",
"type": "module",
"private": true,
"license": "MIT",
"version": "0.0.1",
"scripts": {
"dev:setup:submodules": "git submodule update --init",
"dev:setup:tauri": "yarn --cwd packages/tauri/tooling/api",
"dev:setup:plugins-workspace": "pnpm --prefix packages/plugins-workspace install",
"dev:setup": "pnpm dev:setup:submodules && pnpm dev:setup:tauri && pnpm dev:setup:plugins-workspace",
"dev": "astro dev",
"format": "prettier -w --cache --plugin prettier-plugin-astro .",
"build:reference": "pnpm --filter js-api-generator run build",
"build:astro": "astro build",
"build:i18n": "pnpm --filter docs-i18n-tracker run build",
"build": "pnpm dev:setup && pnpm build:reference && pnpm build:astro && pnpm build:i18n",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.5.0",
"@astrojs/starlight": "^0.13.0",
"@types/json-schema": "^7.0.15",
"astro": "^3.6.0",
"astro-feelback": "^0.3.4",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"rehype-autolink-headings": "^7.1.0",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
"starlight-blog": "^0.4.0",
"starlight-links-validator": "^0.4.2"
},
"pnpm": {
"patchedDependencies": {
"typedoc-plugin-markdown@4.0.0-next.17": "patches/typedoc-plugin-markdown@4.0.0-next.17.patch"
}
}
}