mirror of
https://github.com/directus/directus.git
synced 2026-02-01 09:05:01 -05:00
* Allow formatted value display for numbers * Move the docs website into monorepo * Fix build * Tweak docs build setup * Fix tips, pull in images * Add syntax highlighting to docs * Restructure nav, add divider * Fix tips formatting * Add prettier config * Add editorconfig
41 lines
778 B
JSON
41 lines
778 B
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.0.0-rc.34",
|
|
"description": "",
|
|
"main": "index.json",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "npm-watch build",
|
|
"prepublish": "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": "4476da28dbbc2824e680137aa28b2b91b5afabec",
|
|
"devDependencies": {
|
|
"lodash.get": "^4.4.2",
|
|
"micromark": "^2.10.1",
|
|
"npm-watch": "^0.7.0",
|
|
"slugify": "^1.4.6",
|
|
"vuepress": "^1.7.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|