-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 948 Bytes
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
{
"name": "bryanbuchs",
"private": true,
"version": "1.3.1",
"type": "module",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.6",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-vite": "^8.0.0",
"browserslist": "^4.28.2",
"browserslist-to-esbuild": "^2.1.1",
"markdown-it": "^14.2.0",
"markdown-it-attrs": "^5.0.0",
"postcss": "^8.5.15",
"postcss-inline-svg": "github:bryanbuchs/postcss-inline-svg",
"postcss-preset-env": "^11.3.1",
"vite": "^8.0.16"
},
"dependencies": {
"@fontsource-variable/alegreya": "^5.2.8",
"@fontsource/alegreya-sc": "^5.2.8",
"@fontsource/covered-by-your-grace": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.2.0",
"@vovayatsyuk/photoswipe-object-position": "^1.0.0",
"open-props": "^1.7.23",
"photoswipe": "^5.4.4",
"sanitize.css": "^13.0.0"
}
}