website/package.json

21 lines
440 B
JSON

{
"name": "grossebeuteu",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@webtui/css": "^0.1.1",
"@webtui/plugin-nf": "^0.1.1",
"@webtui/theme-catppuccin": "^0.0.3",
"astro": "^5.8.1"
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-astro": "0.14.1"
}
}