forked from penpot/penpot-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "penpot-docs",
"version": "0.1.0",
"description": "Documentation about Penpot project.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/penpot/penpot-docs.git"
},
"author": {
"name": "Penpot",
"email": "[email protected]",
"url": "https://penpot.app/"
},
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/penpot/penpot-docs/issues"
},
"homepage": "https://docs.penpot.app",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@tigersway/eleventy-plugin-ancestry": "^1.0.3",
"elasticlunr": "^0.9.5",
"eleventy-plugin-metagen": "^1.6.1",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eleventy-plugin-youtube-embed": "^1.8.0",
"luxon": "^3.2.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-plantuml": "^1.4.1"
},
"packageManager": "[email protected]"
}