forked from hpcc-systems/HPCC-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.16 KB
/
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
27
28
29
30
31
32
33
34
35
36
{
"name": "hpcc-platform",
"private": true,
"type": "module",
"scripts": {
"clean": "rimraf ./devdoc/.vitepress/cache ./devdoc/.vitepress/dist",
"copy-res": "cp ./devdoc/*.png ./devdoc/.vitepress/dist/devdoc",
"dev-docs": "vitepress dev devdoc",
"build-docs": "vitepress build devdoc",
"preview-docs": "vitepress preview devdoc",
"docs-dev": "npm run dev-docs",
"docs-build": "npm run build-docs",
"docs-preview": "npm run preview-docs",
"convert": "pandoc -w markdown -o ./docs/DOCUMENTATION.md ./docs/DOCUMENTATION.rst",
"watch": "vitepress dev devdoc",
"build": "npm run build-docs && npm run copy-res",
"serve": "npm run preview-docs",
"update": "npx npm-check-updates -u -t minor",
"update-major": "npx npm-check-updates -u"
},
"devDependencies": {
"@hpcc-js/markdown-it-plugins": "1.1.2",
"rimraf": "6.0.1",
"vitepress": "1.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/HPCC-Platform.git"
},
"author": "hpcc-systems",
"license": "Apache-2.0",
"bugs": {
"url": "https://track.hpccsystems.com/"
},
"homepage": "https://hpccsystems.com"
}