mirror of
https://github.com/directus/directus.git
synced 2026-01-15 02:58:11 -05:00
Bumps [vue](https://github.com/vuejs/core) from 3.4.22 to 3.4.23. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.22...v3.4.23) --- updated-dependencies: - dependency-name: vue 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>
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:packages": "pnpm --recursive --filter '!docs' --filter '!api' --filter '!app' run build",
|
|
"build:typedocs": "typedoc --options ./.typedocs/options.json",
|
|
"build:docs": "vitepress build",
|
|
"build": "pnpm build:packages && pnpm build:typedocs && pnpm build:docs",
|
|
"dev": "pnpm build:typedocs && vitepress dev",
|
|
"preview": "vitepress preview",
|
|
"spellcheck": "spellchecker -p spell indefinite-article repeated-words syntax-mentions syntax-urls frontmatter",
|
|
"code-blocks-check": "eslint --config .eslintrc-code-blocks.cjs \"**/*.md\""
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/format-title": "workspace:*",
|
|
"@directus/sdk": "workspace:*",
|
|
"@directus/tsconfig": "workspace:*",
|
|
"@pnpm/find-workspace-dir": "6.0.3",
|
|
"@pnpm/find-workspace-packages": "6.0.9",
|
|
"eslint-parser-plain": "0.1.0",
|
|
"eslint-plugin-markdown": "3.0.1",
|
|
"eslint-plugin-prettier": "npm:@paescuj/eslint-plugin-prettier@5.0.1-1",
|
|
"eslint-plugin-react": "7.34.1",
|
|
"marked": "12.0.1",
|
|
"spellchecker-cli": "6.2.0",
|
|
"typedoc": "0.25.12",
|
|
"typedoc-plugin-frontmatter": "0.0.2",
|
|
"typedoc-plugin-markdown": "4.0.0-next.53",
|
|
"typedoc-plugin-zod": "1.1.2",
|
|
"typedoc-vitepress-theme": "1.0.0-next.9",
|
|
"typescript": "5.3.3",
|
|
"vitepress": "1.0.0-rc.4",
|
|
"vitepress-plugin-tabs": "0.3.0",
|
|
"vue": "3.4.23"
|
|
}
|
|
}
|