-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
64
65
66
{
"private": true,
"name": "chrisspiegl-com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "run-s eleventy:dev",
"start": "run-s eleventy:dev",
"dev": "run-s clean eleventy:dev",
"build": "run-s eleventy:prod",
"build:clean": "run-s clean eleventy:prod",
"eleventy:dev": "cross-env NODE_ENV=development eleventy --serve",
"eleventy:prod": "cross-env NODE_ENV=production eleventy",
"clean": "shx rm -rf _site",
"check": "linkinator -r -c 10 ./_site; true",
"cu": "ncu",
"cu:fix": "ncu -u",
"format": "xo --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=18.17.1",
"pnpm": ">=8.7.1"
},
"keywords": [],
"author": {
"name": "Chris Spiegl",
"email": "team@ChrisSpiegl.com",
"url": "https://ChrisSpiegl.com/"
},
"license": "UNLICENSED",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@gerhobbelt/markdown-it-responsive": "^0.1.1-3",
"async-git": "^1.13.3",
"axios": "^0.26.0",
"clean-css": "^5.3.1",
"critical": "^4.0.1",
"cross-env": "^7.0.3",
"cssesc": "^3.0.0",
"csvtojson": "^2.0.10",
"eleventy-plugin-embed-everything": "^1.14.1",
"eleventy-plugin-reading-time": "0.0.1",
"html-minifier": "^4.0.0",
"linkinator": "^4.1.2",
"littlefoot": "^3.4.1",
"luxon": "^3.1.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"moment": "^2.29.4",
"npm-check-updates": "^16.6.0",
"npm-run-all": "^4.1.5",
"qrcode": "^1.5.1",
"sass": "^1.56.2",
"sharp": "^0.33.4",
"shx": "^0.3.4",
"glob": "^10.4.1",
"mkdirp": "^3.0.1",
"xo": "^0.53.1"
}
}