homepage/package.json
jordan 47040b2993
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Add package.json from template
2026-01-29 08:37:48 +00:00

19 lines
334 B
JSON

{
"name": "homepage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.0.0"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"tailwindcss": "^3.4.0"
}
}