Added basic stuff for Nuxt

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-11-09 17:47:19 +00:00
parent 20f681aa3c
commit db9fa44439
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
30 changed files with 4163 additions and 3028 deletions

View file

@ -1,22 +1,17 @@
{
"name": "friends-best",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/deno": "1.1.0",
"@astrojs/vue": "1.1.0",
"astro": "^1.4.2",
"vue": "^3.2.30"
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"sass": "1.55.0"
"nuxt": "3.0.0-rc.13"
},
"dependencies": {
"@typegoose/typegoose": "9.12.1",
"mongoose": "6.7.2"
}
}