forked from Open-EO/openeo.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 858 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
{
"name": "openeo.org",
"version": "1.0.0",
"author": "openEO Consortium",
"description": "The openEO homepage, powered by VuePress.",
"license": "Apache-2.0",
"homepage": "http://openeo.org",
"bugs": {
"url": "https://github.com/Open-EO/openeo.org/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-EO/openeo.org.git"
},
"devDependencies": {
"@openeo/processes-docgen": "^1.0.0",
"@vuepress/plugin-active-header-links": "^1.5.2",
"dayjs": "^1.8.30",
"vuepress": "^1.5.2",
"vuepress-plugin-check-md": "0.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-code-switcher": "^1.0.3"
},
"scripts": {
"prepare": "node .vuepress/prepare.js",
"build": "npm run prepare && vuepress build",
"dev": "npm run prepare && vuepress dev",
"check-links": "npm run prepare && vuepress check-md"
}
}