mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 09:14:20 +02:00
35 lines
891 B
JSON
35 lines
891 B
JSON
{
|
|
"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.5.0",
|
|
"@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"
|
|
}
|
|
} |