-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "simpleid.github.io",
"version": "3.0.0",
"description": "SimpleID web site",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git://github.com/simpleid/simpleid.github.io.git"
},
"author": "Kelvin Mo",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/simpleid/simpleid.github.io/issues"
},
"homepage": "https://github.com/simpleid/simpleid.github.io#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"elasticlunr": "^0.9.5",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-sass": "^2.2.6",
"html-entities": "^2.5.2",
"js-yaml": "^4.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-github-alerts": "^0.3.0",
"string-strip-html": "~8.5.0"
}
}