mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/docs",
|
|
"version": "1.0.0",
|
|
"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>",
|
|
"contributors": [
|
|
"Eron Donevan Powell"
|
|
],
|
|
"devDependencies": {
|
|
"@thumbsmith/url": "0.1.3",
|
|
"@vueuse/head": "1.0.25",
|
|
"lint-staged": "13.1.1",
|
|
"prettier": "2.8.3",
|
|
"simple-git-hooks": "2.8.1",
|
|
"spellchecker-cli": "6.1.1",
|
|
"vitepress": "1.0.0-alpha.45",
|
|
"vue": "3.2.47"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{md,yaml}": "prettier --write"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search",
|
|
"react",
|
|
"react-dom",
|
|
"@types/react"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.1"
|
|
},
|
|
"packageManager": "pnpm@8.0.0",
|
|
"engines": {
|
|
"pnpm": ">=8.0.0"
|
|
}
|
|
}
|