Files
directus/docs/package.json
rijkvanzanten 835b0de89d v9.25.2
2023-04-20 10:49:53 -04:00

23 lines
581 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",
"@vueuse/head": "1.1.23",
"spellchecker-cli": "6.1.1",
"vitepress": "1.0.0-alpha.65",
"vue": "3.2.47"
},
"dependencies": {
"node-fetch": "^3.3.1"
},
"version": "9.25.2"
}