Init astro

This commit is contained in:
aronmal 2023-11-09 13:26:24 +01:00
parent e7a42b121e
commit 7811574d5b
Signed by: aronmal
GPG key ID: 816B7707426FC612
39 changed files with 3562 additions and 2154 deletions

View file

@ -1,23 +1,15 @@
{
"name": "liljudd-website",
"version": "0.1.0",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"astro": "^3.4.4"
}
}
}