Files
archived-tauri-docs/package.json
dependabot[bot] 653812e6d9 Bump astro from 2.10.0 to 2.10.1 (#1356)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.0 to 2.10.1.
- [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@2.10.1/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 22:28:56 +01:00

34 lines
1.1 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",
"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": "^2.2.1",
"@astrojs/starlight": "^0.6.1",
"@types/json-schema": "^7.0.12",
"astro": "^2.10.1",
"astro-feelback": "^0.3.4",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.32.4"
},
"pnpm": {
"patchedDependencies": {
"typedoc-plugin-markdown@4.0.0-next.17": "patches/typedoc-plugin-markdown@4.0.0-next.17.patch"
}
}
}