39 lines
966 B
JSON
39 lines
966 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview --host",
|
|
"postinstall": "nuxt prepare",
|
|
"format": "prettier --write .",
|
|
"check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/i18n": "^10.0.3",
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"@pinia/nuxt": "0.11.2",
|
|
"@prisma/client": "^6.13.0",
|
|
"@vuestic/nuxt": "^1.0.21",
|
|
"@vuestic/tailwind": "^0.1.5",
|
|
"argon2": "^0.43.1",
|
|
"h3-zod": "^0.5.3",
|
|
"nuxt": "^4.0.1",
|
|
"nuxt-auth-utils": "^0.5.22",
|
|
"pinia": "^3.0.3",
|
|
"slugify": "^1.6.6",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "^2.6.2",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"prisma": "^6.13.0",
|
|
"vue-tsc": "^3.0.4"
|
|
}
|
|
}
|