-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.59 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
37
38
39
40
41
42
43
44
45
{
"name": "rdf-ext.org",
"private": true,
"version": "0.1.6",
"description": "Home of RDF-Ext",
"main": "index.js",
"scripts": {
"dev": "vuepress dev src",
"build": "npm run build-jsdoc && npm run build-preprocess && npm run build-vuepress",
"build-jsdoc": "npm run build-jsdoc-grapoi",
"build-jsdoc-grapoi": "mkdir -p .build && jsdoc2md ./node_modules/grapoi/Grapoi.js ./node_modules/grapoi/PathList.js > .build/grapoi.md && md-processor templates/api/grapoi.md > src/api/grapoi.md",
"build-preprocess": "md-processor templates/index.md > src/index.md",
"build-vuepress": "vuepress build --dest=dist src"
},
"repository": {
"type": "git",
"url": "git://github.com/rdf-ext/rdf-ext.org.git"
},
"keywords": [
"home",
"rdf",
"rdfjs",
"rdf-ext"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-ext.org/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-ext.org",
"devDependencies": {
"@vuepress/client": "^2.0.0-rc.0",
"@vuepress/plugin-prismjs": "^2.0.0-rc.0",
"@vuepress/plugin-register-components": "^2.0.0-rc.0",
"@vuepress/plugin-search": "^2.0.0-rc.0",
"@vuepress/theme-default": "^2.0.0-rc.0",
"grapoi": "^1.1.0",
"jsdoc-to-markdown": "^8.0.0",
"md-processor": "^1.2.0",
"rdf-ext-examples": "https://[email protected]/rdf-ext/rdf-ext-examples.git#v0.2.0",
"rdf-ext-gh": "https://[email protected]/rdf-ext/.github.git#master",
"vue": "^3.3.10",
"vuepress": "^2.0.0-rc.0"
}
}