generated from nhoizey/pack11ty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.22 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "nho-photo",
"version": "2.0.0",
"title": "Nicolas Hoizey photo",
"description": "The photography portfolio of Nicolas Hoizey",
"homepage": "https://nicolas-hoizey.photo",
"author": {
"name": "Nicolas Hoizey",
"url": "https://nicolas-hoizey.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhoizey/nicolas-hoizey.photo.git"
},
"bugs": {
"url": "https://github.com/nhoizey/nicolas-hoizey.photo/issues"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22"
},
"browserslist": [
"Chrome > 0 and last 2.5 years",
"ChromeAndroid > 0 and last 2.5 years",
"Edge > 0 and last 2.5 years",
"Firefox > 0 and last 2.5 years",
"FirefoxAndroid > 0 and last 2.5 years",
"Safari > 0 and last 2.5 years",
"iOS > 0 and last 2.5 years",
"not dead"
],
"scripts": {
"clean": "rimraf _site",
"eleventy:build": "eleventy",
"eleventy:serve": "eleventy --serve",
"index": "npx -y pagefind --site _site --force-language unknown",
"start": "npm-run-all --sequential clean eleventy:serve",
"debug:start": "DEBUG=Eleventy* npm start",
"build": "npm-run-all --sequential clean eleventy:build index",
"benchmark": "DEBUG=Eleventy:Benchmark* npm run build",
"debug:build": "DEBUG=Eleventy* npm run build",
"subset": "glyphhanger https://nicolas-hoizey.photo/tools/subset --whitelist=U+0020 --subset=./assets/font/*.ttf --formats=woff2,woff --output=./src/static/ui/fonts/",
"dates": "./_scripts/add-dates.sh",
"prepare": "npx husky install",
"webmentions": "node ./_scripts/update-webmentions.js",
"flickr": "node ./_scripts/update-flickr.js",
"unsplash": "node ./_scripts/update-unsplash.js",
"pixelfed": "node ./_scripts/update-pixelfed.js",
"generate": "./_scripts/generate-map-images.js && ./_scripts/generate-opengraph-images.js && ./_scripts/generate-photos-sprite.js",
"lint": "npx @biomejs/biome check --write"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@biomejs/biome": "^1.9.4",
"@turf/turf": "^7.2.0",
"dotenv": "^16.4.7",
"download": "^8.0.0",
"eleventy-plugin-auto-preload": "^1.2.0",
"eleventy-plugin-pack11ty": "^2.0.1",
"entities": "^5.0.0",
"exifr": "^7.1.3",
"fast-glob": "^3.3.3",
"fast-memoize": "^2.5.2",
"feather-icons": "^4.29.2",
"flickr-sdk": "^7.0.0-beta.9",
"fraction.js": "^5.2.1",
"git-pull-run": "^1.5.0",
"glyphhanger": "^5.0.0",
"gray-matter": "^4.0.3",
"html-entities": "^2.5.2",
"husky": "^9.1.7",
"image-size": "^1.2.0",
"lint-staged": "^15.4.3",
"lodash-es": "^4.17.21",
"majesticons": "^2.1.2",
"mapbox-gl": "^3.10.0",
"mapbox-gl-style-switcher": "^1.0.11",
"masto": "^6.10.3",
"mbsprite": "^0.2.0",
"node-fetch": "^3.3.2",
"node-vibrant": "^3.2.1-alpha.1",
"npm-run-all": "^4.1.5",
"pagefind": "^1.3.0",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"polylabel": "^2.0.1",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^23.11.1",
"require-dir": "^1.2.0",
"rimraf": "^6.0.1",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"simple-icons": "^13.21.0",
"svg-country-flags": "^1.2.10",
"svgstore": "^3.0.1",
"truncate-html": "^1.2.0",
"unsplash-js": "^7.0.19",
"utf8": "^3.0.0",
"yaml": "^2.7.0"
},
"dependencies": {
"@observablehq/plot": "^0.6.17"
}
}