-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
33
34
35
36
37
38
{
"name": "11d.im",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"serve": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taniki/11d.im.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/taniki/11d.im/issues"
},
"homepage": "https://github.com/taniki/11d.im#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0"
},
"dependencies": {
"@gardeners/markdown-it-wikilinks": "^1.5.1",
"@octokit/auth-app": "^4.0.8",
"@octokit/auth-token": "^3.0.3",
"@octokit/request": "^6.2.3",
"@octokit/rest": "^19.0.7",
"@tufte-markdown/parser": "^2.0.1",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it-anchor": "^8.6.2",
"markdown-it-emoji": "^2.0.2",
"moment": "^2.29.4",
"octokit": "^2.0.14"
}
}