-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1011 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
{
"name": "erik-kroes",
"version": "1.0.0",
"description": "Personal website of Erik Kroes",
"main": "index.js",
"scripts": {
"build": "eleventy",
"both": "eleventy --serve --watch",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"author": "Erik Kroes",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-img": "^3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@chrisburnell/eleventy-cache-webmentions": "^1.2.3",
"dotenv": "^16.0.1",
"eleventy-plugin-webmentions": "^2.0.0",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"markdown-it": "^13",
"markdown-it-attrs": "^4.1.4",
"markdown-it-toc-and-anchor": "^4.2.0",
"node-fetch": "^3.2.6",
"sanitize-html": ">=2.7.0"
},
"dependencies": {
"@octokit/core": "^6.1.2",
"netlify": "^13.0.1",
"octokit": "^4.0.2"
}
}