🎨 Working app and shared with start of pages

This commit is contained in:
ChatonDeAru
2024-09-11 19:51:06 +02:00
committed by ChatonDeAru (Romain)
parent f69a53fa0a
commit c35de52aec
35 changed files with 6094 additions and 365 deletions

View File

@@ -4,13 +4,26 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --port 3000",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"lint": "eslint .",
"up": "taze major -I"
},
"dependencies": {
"@pel/shared": "workspace:*",
"nuxt": "^3.12.4",
"vue": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@iconify-json/mdi": "^1.2.0",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.8.0",
"@nuxtjs/supabase": "^1.4.0",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"yup": "^1.4.0"
}
}
}