-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1006 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
27
28
29
30
31
32
33
34
{
"name": "docs.openeo.cloud",
"version": "1.0.0",
"author": "openEO Platform",
"description": "The openEO Platform homepage, powered by VuePress.",
"license": "Apache-2.0",
"homepage": "https://docs.openeo.cloud",
"bugs": {
"url": "https://github.com/openEOPlatform/documentation/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/openEOPlatform/documentation.git"
},
"devDependencies": {
"@openeo/processes-docgen": "^1.5.0",
"@openeo/vue-components": "^2.16.0",
"@vuepress/plugin-active-header-links": "^1.5.2",
"axios": "^0.21.1",
"dayjs": "^1.8.30",
"sass": "^1.35.2",
"sass-loader": "^10.2.0",
"vuepress": "^1.9.10",
"vuepress-plugin-check-md": "0.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-code-switcher": "^2.0.0"
},
"scripts": {
"prepare": "node .vuepress/prepare.js",
"build": "npm run prepare && vuepress build",
"start": "npm run prepare && vuepress dev",
"test": "npm run prepare && vuepress check-md"
}
}