29 lines
687 B
JSON
29 lines
687 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.8.0",
|
|
"@iconify-json/heroicons": "^1.1.20",
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxt/ui-pro": "^1.0.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-tailwindcss": "^3.14.2",
|
|
"laravel-echo": "^1.15.3",
|
|
"nuxt": "^3.10.3",
|
|
"pusher-js": "^8.3.0",
|
|
"typescript": "^5.3.3",
|
|
"vue": "^3.4.19",
|
|
"vue-router": "^4.2.5"
|
|
}
|
|
}
|