forked from Igalia/wpewebkit.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
{
"name": "wpewebkit.org",
"version": "1.0.0",
"description": "",
"main": "eleventy",
"scripts": {
"build": "eleventy --quiet --pathprefix=/",
"serve": "eleventy --serve --quiet --pathprefix=/",
"deploy-dev": "gh-pages -d _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igalia/wpewebkit.org.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igalia/wpewebkit.org/issues"
},
"homepage": "https://github.com/Igalia/wpewebkit.org#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"gh-pages": "^3.0.0"
},
"dependencies": {
"markdown-it-anchor": "^8.0.0",
"markdown-it-toc-done-right": "^4.1.0"
}
}