ALLSHIFT/website/package.json

18 lines
343 B
JSON

{
"name": "shift-hydrogen",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.0",
"@astrojs/tailwind": "^5.1.3",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}