generated from diplodoc-platform/documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "@diplodoc/documentation-template",
"version": "0.0.0",
"description": "template for your diplodoc documentation with hot reload development server",
"homepage": "https://github.com/diplodoc-platform/documentation-template",
"repository": {
"type": "git",
"url": "git@github.com:diplodoc-platform/documentation-template.git"
},
"bugs": {
"url": "https://github.com/diplodoc-platform/documentation-template/issues",
"email": "morozov.kirill.moki@gmail.com"
},
"author": {
"name": "moki",
"email": "morozov.kirill.moki@gmail.com",
"url": "github.com/moki"
},
"keywords": [
"diplodoc",
"markdown-it",
"markdown",
"playground",
"sandbox",
"documentation",
"development",
"hot-reload",
"codespaces",
"template"
],
"license": "MIT",
"main": "scripts/serve.js",
"scripts": {
"start": "npm run build:docs && node scripts/serve.js",
"build:docs": "yfm --input docs --output docs-html"
},
"dependencies": {
"@doc-tools/docs": "^3.23.0",
"chokidar": "^3.5.3",
"express": "^4.18.2",
"glob": "^10.3.4",
"lodash": "^4.17.21",
"open": "^8.4.2",
"parse5": "^7.1.2",
"parse5-utils": "^2.0.0",
"serve-static": "^1.15.0"
},
"devDependencies": {}
}