-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "andrewhudson.dev",
"version": "2.0.1",
"type": "module",
"description": "A personal blog built with Eleventy static site generator.",
"scripts": {
"dev": "npx @11ty/eleventy --serve --incremental --quiet",
"start": "ELEVENTY_ENV=production npx @11ty/eleventy --serve",
"dev:drafts": "ELEVENTY_DRAFTS=true npx @11ty/eleventy --serve --incremental",
"ntl:dev": "BROWSER=none netlify dev",
"build": "npm run clean && ELEVENTY_ENV=production npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"debug": "DEBUG=* npx @11ty/eleventy",
"clean": "del-cli dist",
"lint": "biome check ./src"
},
"author": {
"name": "Andrew JD Hudson",
"url": "https://andrewhudson.dev"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-fetch": "4.0.1",
"@11ty/eleventy-img": "5.0.0",
"@11ty/eleventy-plugin-rss": "2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@biomejs/biome": "1.9.3",
"@octokit/rest": "21.0.2",
"dayjs": "1.11.11",
"del-cli": "5.1.0",
"dotenv": "16.4.5",
"lodash.groupby": "4.6.0",
"luxon": "3.3.0",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.7",
"node-fetch": "2.6.1",
"octokit-commit-multiple-files": "5.0.2",
"postcss": "8.4.24",
"postcss-nesting": "11.2.2"
},
"dependencies": {
"@netlify/functions": "2.6.3",
"@notionhq/client": "2.2.15",
"@sindresorhus/slugify": "2.2.1",
"cssnano": "5.1.14",
"csso": "5.0.5",
"html-minifier": "4.0.0",
"postcss-comment": "2.0.0",
"postcss-import": "15.1.0",
"terser": "5.16.9"
},
"projectDomain": "big-andy.co.uk",
"authorName": "Andrew Hudson",
"authorUrl": "https://big-andy.co.uk",
"authorGitHubUrl": "https://github.com/bigandy",
"authorPhoto": "https://avatars.githubusercontent.com/u/603328?v=4",
"authorAdr": {
"locality": "Grenoble",
"region": "France",
"country": "FR"
}
}