mirror of
https://github.com/directus/directus.git
synced 2026-01-23 16:38:00 -05:00
23 lines
574 B
JSON
23 lines
574 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"spellcheck": "spellchecker -p spell indefinite-article repeated-words syntax-mentions syntax-urls frontmatter",
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"update-thumbnail": "thumbsmith deploy .thumbsmith/docs.thumbnail.html || exit 0"
|
|
},
|
|
"devDependencies": {
|
|
"@thumbsmith/url": "0.1.3",
|
|
"@unhead/vue": "1.1.26",
|
|
"spellchecker-cli": "6.1.1",
|
|
"vitepress": "1.0.0-alpha.73",
|
|
"vue": "3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "3.3.1"
|
|
},
|
|
"version": null
|
|
}
|