🎨 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

@@ -0,0 +1,35 @@
{
"name": "@pel/shared",
"type": "module",
"private": true,
"packageManager": "pnpm@9.9.0",
"main": "./nuxt.config.ts",
"files": [
"components/",
"composales/",
"nuxt.config.ts",
"tailwind.config.ts"
],
"scripts": {
"dev": "nuxt dev .playground --port 3042",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"postinstall": "nuxt prepare .playground",
"lint": "eslint .",
"up": "taze major -I"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@iconify-json/mdi": "^1.2.0",
"@nuxt/devtools": "^1.4.1",
"@nuxt/fonts": "^0.7.2",
"@nuxt/ui-pro": "^1.4.2",
"@pinia/nuxt": "^0.5.4",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.12.4"
}
}