mirror of
https://github.com/directus/directus.git
synced 2026-01-24 16:57:55 -05:00
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43 lines
858 B
JSON
43 lines
858 B
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.0.0-rc.70",
|
|
"description": "",
|
|
"main": "index.json",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "npm-watch build",
|
|
"prepublishOnly": "npm run build",
|
|
"dev:site": "vuepress dev",
|
|
"build:site": "vuepress build"
|
|
},
|
|
"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": {
|
|
"directory-tree": "^2.2.9",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash.get": "^4.4.2",
|
|
"micromark": "^2.10.1",
|
|
"npm-watch": "^0.9.0",
|
|
"slugify": "^1.4.6",
|
|
"vuepress": "^1.7.1",
|
|
"vuepress-plugin-clean-urls": "^1.1.2"
|
|
}
|
|
}
|