mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-12 06:50:10 +02:00
🎨 Working app and shared with start of pages
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
f69a53fa0a
commit
c35de52aec
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user