forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"license": "Apache-2.0",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build && node script/do-redirects.js",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
"rename-version": "docusaurus-rename-version",
"compile-scss": "node-sass scss/custom.scss > static/css/custom.css",
"link-lint": "docusaurus-build && node script/link-lint.js",
"lint": "npm run link-lint",
"spellcheck": "mdspell --en-us --ignore-numbers --report '../docs/**/*.md'"
},
"devDependencies": {
"docusaurus": "^1.14.4",
"markdown-spellcheck": "^1.3.1",
"node-sass": "^4.13.1"
},
"dependencies": {
"fast-glob": "^3.2.2",
"fs-extra": "^8.1.0",
"replace-in-file": "^4.3.1"
}
}