artie.moe/package.json
2023-04-01 21:47:40 +02:00

20 lines
403 B
JSON

{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"push": "pnpm build && wsl ./deploy.sh"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.1",
"astro": "^2.1.8",
"astro-icon": "^0.8.0",
"tailwindcss": "^3.3.1"
}
}