-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.42 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
46
47
48
49
50
{
"name": "ris-docs",
"version": "0.0.1",
"description": "RIS Docs",
"main": "theme/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"metadata:build": "node docs/.vuepress/etc/loadmetadata.js",
"docs:buildbeta": "BETA=true vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://gitlab.ripe.net/rnd/ris-docs"
},
"keywords": [
"manual",
"tutorials",
"docs",
"RIPE",
"RIS"
],
"author": "RIPE NCC",
"license": "ISC",
"devDependencies": {
"@xiaopanda/vuepress-plugin-code-copy": "^1.0.3",
"vuepress": "^1.7.0",
"vuepress-plugin-flexsearch": "^0.3.0",
"vuepress-plugin-global-variables": "^0.2.0"
},
"dependencies": {
"@material/mwc-button": "^0.25.1",
"@material/mwc-list": "^0.25.1",
"@material/mwc-menu": "^0.25.1",
"@material/mwc-textfield": "^0.25.1",
"@mr-hope/vuepress-plugin-components": "^1.20.3",
"@technical-design/ripe-app-webcomponents": "^2.0.3",
"markdown-it-html5-embed": "^1.0.0",
"markdown-it-html5-media": "^0.7.0",
"node-fetch": "^3.1.0",
"vuepress-bar": "^0.4.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-full-searchbar": "git+https://gitlab.ripe.net/ssuess/vuepress-plugin-full-searchbar",
"webpack": "^4.46.0"
},
"directories": {
"doc": "docs"
}
}