23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"name": "cyperpunk.de",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"astro": "^6.4.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-github-alerts": "^0.1.1",
|
|
"tailwindcss": "^4.3.0"
|
|
}
|
|
} |