Files
directus/docs/package.json
2023-04-04 18:57:19 -04:00

42 lines
954 B
JSON

{
"name": "@directus/docs",
"private": true,
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"spellcheck": "spellchecker -p spell indefinite-article repeated-words syntax-mentions syntax-urls frontmatter",
"dev": "vitepress dev .",
"build": "vitepress build .",
"serve": "vitepress serve .",
"update-thumbnail": "thumbsmith deploy .thumbsmith/docs.thumbnail.html || exit 0"
},
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"devDependencies": {
"@thumbsmith/url": "0.1.3",
"@vueuse/head": "1.0.25",
"spellchecker-cli": "6.1.1",
"vitepress": "1.0.0-alpha.45",
"vue": "3.2.47"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
},
"dependencies": {
"node-fetch": "^3.3.1"
},
"packageManager": "pnpm@8.1.0",
"engines": {
"pnpm": ">=8.1.0"
}
}