mirror of
https://github.com/directus/directus.git
synced 2026-01-23 02:18:00 -05:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.12.2",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "npm-watch build",
|
|
"dev:site": "vuepress dev",
|
|
"build:site": "vuepress build && npm run update-thumbnail",
|
|
"update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html || exit 0"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"."
|
|
],
|
|
"ignore": "dist",
|
|
"extensions": "md,yaml",
|
|
"silent": true,
|
|
"quiet": true
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"license": "ISC",
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
|
"devDependencies": {
|
|
"@thumbsmith/cli": "^0.1.8",
|
|
"@thumbsmith/url": "0.1.2",
|
|
"directory-tree": "3.0.1",
|
|
"fs-extra": "10.0.0",
|
|
"lodash.get": "4.4.2",
|
|
"micromark": "3.0.8",
|
|
"npm-watch": "0.11.0",
|
|
"reading-time": "1.5.0",
|
|
"slugify": "1.6.2",
|
|
"vuepress": "1.8.2",
|
|
"vuepress-plugin-clean-urls": "1.1.2"
|
|
}
|
|
}
|