landing-v4/package.json
jordan fa225546c1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add package.json from template
2026-01-29 01:48:36 +00:00

19 lines
336 B
JSON

{
"name": "landing-v4",
"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"
}
}