Switch to Astro

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-10-01 19:35:07 +01:00
parent 6741f91f5c
commit 9241dc0783
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
46 changed files with 3009 additions and 5145 deletions

View file

@ -1,28 +1,19 @@
{
"private": true,
"engines": {
"node": "17.9.1",
"pnpm": ">=7"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@intlify/nuxt3": "0.2.3",
"@nuxt/postcss8": "1.1.3",
"@nuxt/types": "2.15.8",
"nuxt": "3.0.0-rc.6",
"sass": "1.54.1",
"sass-loader": "13.0.2"
},
"dependencies": {
"@nuxtjs/i18n": "7.2.3",
"vite": "3.0.4",
"vue": "^3.2.37",
"webpack": "^5.73.0"
}
"name": "friends-best",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.2"
},
"devDependencies": {
"sass": "1.55.0"
}
}