penpot-docs/package.json
2022-04-05 15:56:26 +02:00

43 lines
1.2 KiB
JSON

{
"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": "hello@penpot.app",
"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.0.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.7.0",
"luxon": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.5.0",
"markdown-it-plantuml": "^1.4.1"
},
"devDependencies": {}
}