-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 860 Bytes
/
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
{
"name": "jiripudil.cz",
"author": "Jiří Pudil <me@jiripudil.cz>",
"private": true,
"type": "module",
"engines": {
"node": ">=22.0"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/libre-franklin": "^5.1.2",
"@fontsource-variable/montserrat": "^5.1.1",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-solid": "^1.2.3",
"astro": "^5.1.5",
"astro-favicons": "^3.1.4",
"astro-icon": "^1.1.5",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.7.3"
},
"license": "BSD-3-Clause",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "https://github.com/jiripudil/jiripudil.cz"
},
"packageManager": "yarn@4.6.0"
}