artie.moe/package.json
2023-03-05 14:54:27 +01:00

20 lines
406 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",
"deploy": "yarn build && wsl ./deploy.sh"
},
"dependencies": {
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.4",
"astro-icon": "^0.8.0",
"tailwindcss": "^3.0.24"
}
}