-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 803 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
34
{
"name": "blodroed.github.io",
"type": "module",
"version": "0.2.5",
"engines": {
"node": ">=20.0.0",
"npm": ">= 11.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro start",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.7",
"@astrojs/node": "^9.4.4",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/fa-solid": "^1.2.2",
"@tailwindcss/typography": "^0.5.19",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.3.3",
"astro-seo": "^0.8.4",
"marked": "^16.3.0",
"prismjs": "^1.30.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"astro": "^5.16.1"
}
}