mandant-crm/frontend/package.json

20 lines
397 B
JSON
Raw Normal View History

{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"nuxt": "^3.21.8",
"tailwindcss": "^3.4.19",
"vue": "^3.5.38",
"vue-router": "^4.6.4"
}
}