Add package.json from template

This commit is contained in:
jordan 2026-01-28 07:17:29 +00:00
parent d6560effcb
commit 342a712a28

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "landing-test9",
"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"
}
}