-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
{
"name": "binyam.in",
"private": true,
"version": "4.22.4",
"description": "My personal website",
"author": "Binyamin Aron Green",
"license": "MIT",
"scripts": {
"start": "eleventy --quiet --serve",
"dev": "eleventy --incremental --quiet --serve",
"watch": "eleventy --quiet --watch",
"prebuild": "node scripts/fetchNotes",
"build": "eleventy --quiet"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@binyamin/data-cache": "^1.1.0",
"@binyamin/markdown-it-wikilinks": "^1.1.1",
"dayjs": "^1.11.13",
"del": "^6.1.1",
"highlight.js": "^11.11.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.3.1",
"markdown-it-external-anchor": "^1.0.0",
"markdown-it-footnote": "^3.0.3",
"node-fetch": "^3.3.2",
"title-case": "^3.0.3"
},
"dependencies": {
"@binyamin/eleventy-plugin-sass": "github:binyamin/eleventy-plugin-sass"
}
}