-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
40
41
{
"name": "andybluntish.com",
"version": "15.0.0",
"type": "module",
"scripts": {
"build": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andybluntish/andybluntish.com.git"
},
"author": "Andy Stanford-Bluntish <[email protected]>",
"license": "UNLICENSED",
"private": true,
"homepage": "https://andybluntish.com",
"engines": {
"node": ">=20"
},
"bin": {
"update-checkin-data": "./scripts/update_checkin_data.js"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-beta.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@eslint/js": "^9.8.0",
"cheerio": "1.0.0-rc.12",
"clean-css": "^5.3.3",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"html-minifier": "^4.0.0",
"markdown-it": "^14.1.0",
"prettier": "^3.3.3",
"purgecss": "^6.0.0"
}
}