1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "leogtz-de",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@fontsource/maple-mono": "^5.2.6",
"@tailwindcss/vite": "^4.1.17",
"astro": "^6.2.2",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"prettier": "3.7.3",
"prettier-plugin-astro": "0.14.1",
"typescript": "^6.0.3"
}
}
|