mirror of
https://github.com/directus/directus.git
synced 2026-01-15 07:07:57 -05:00
* add license to stores package * fix broken links * disable edit link on generated documentation * Create heavy-papayas-buy.md
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"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",
|
|
"update-thumbnail": "thumbsmith deploy .thumbsmith/docs.thumbnail.html || exit 0"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "3.3.1",
|
|
"typedoc-plugin-frontmatter": "^0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/format-title": "10.0.0",
|
|
"@thumbsmith/url": "0.1.3",
|
|
"@unhead/vue": "1.1.26",
|
|
"spellchecker-cli": "6.1.1",
|
|
"typedoc": "^0.24.7",
|
|
"typedoc-plugin-markdown": "4.0.0-next.13",
|
|
"typedoc-vitepress-theme": "1.0.0-next.2",
|
|
"vitepress": "1.0.0-alpha.75",
|
|
"vue": "3.3.4"
|
|
}
|
|
}
|