diff --git a/package.json b/package.json new file mode 100644 index 0000000..28842c3 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "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" + } +}