Added basic stuff for Nuxt
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
20f681aa3c
commit
db9fa44439
30 changed files with 4163 additions and 3028 deletions
25
package.json
25
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue