31 lines
741 B
JSON
31 lines
741 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host 0.0.0.0",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview --host 0.0.0.0",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@iconscout/unicons": "^4.2.0",
|
|
"@nuxt/eslint": "^1.4.1",
|
|
"@nuxt/ui": "^3.1.2",
|
|
"@nuxtjs/i18n": "^9.5.4",
|
|
"@pinia/nuxt": "^0.11.0",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"nuxt": "^3.17.4",
|
|
"pocketbase": "^0.26.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"vue": "^3.5.14",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
}
|
|
}
|