-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
37
38
39
{
"name": "ffoodd.fr",
"version": "0.0.1",
"description": "Personal website using 11ty",
"type": "module",
"main": "index.html",
"scripts": {
"postinstall": "patch-package && npm run move:game",
"start": "eleventy --serve",
"build": "eleventy",
"build:debug": "DEBUG=Eleventy* eleventy",
"docs:lint": "link-checker ./docs/ --disable-external",
"docs:lint:external": "link-checker ./docs/ --external-only --http-timeout 30000 --http-status-ignore 301,302",
"move:game": "cp -R node_modules/html-mutant/jeu/ _src/talks/devfest.2024/"
},
"keywords": [],
"author": {
"name": "Gaël Poupard",
"url": "https://www.ffoodd.fr",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@mdit/plugin-img-size": "^0.14.0",
"@sindresorhus/slugify": "^2.2.1",
"eleventy-plugin-toc": "^1.1.5",
"link-checker": "^1.4.2",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-figures": "^2.1.1",
"patch-package": "^8.0.0"
},
"dependencies": {
"html-mutant": "^0.0.2"
}
}