-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.94 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
{
"name": "grislyeye.com",
"version": "3.22.4",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"clean": "rimraf _site",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debug:start": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"test": "npm run test:lint && npm run test:links",
"test:lint": "eslint --ext .js . && stylelint public/css/*.css",
"test:links": "npx linkinator ./_site --retry --concurrency 1 --recurse --verbosity error --skip '(.*\\.reddit\\.com)|(.*ccommandbot\\.com)|(.*facebook\\.com)'",
"post:new": "hygen post new"
},
"author": {
"name": "Ric Wood",
"email": "[email protected]",
"url": "https://grislyeye.com/"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.2",
"@daviddarnes/share-button": "^1.1.3",
"@micahilbery/share-on-mastodon": "^1.2.0",
"eleventy-google-fonts": "^0.1.0",
"lit": "^3.2.1",
"skeleton-css": "^2.0.4",
"vellum-monster": "^1.3.2"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.1",
"@11ty/eleventy-plugin-bundle": "^3.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@lit-labs/eleventy-plugin-lit": "^1.0.5",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"eleventy-plugin-gen-favicons": "^1.1.3",
"eleventy-plugin-seo": "^0.5.2",
"eslint": "^8.57.0",
"esbuild": "^0.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-wc": "^2.2.0",
"hygen": "^6.2.11",
"linkinator": "^6.1.2",
"luxon": "^3.5.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-eleventy-img": "^0.10.2",
"papaparse": "^5.5.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0"
}
}