39 lines
964 B
JSON
39 lines
964 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "^2.13.4",
|
|
"@nuxt/devtools": "^1.6.3",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@pinia/nuxt": "^0.5.5",
|
|
"axios": "^1.7.7",
|
|
"nuxt": "^3.13.0",
|
|
"nuxt-sweetalert2": "^1.0.0",
|
|
"pinia": "^2.2.4",
|
|
"sweetalert2": "^11.14.5",
|
|
"vite-plugin-vuetify": "^2.0.4",
|
|
"vue": "^3.0.0",
|
|
"vue-router": "latest",
|
|
"vue-sweetalert2": "^5.0.11",
|
|
"vuetify": "^3.7.0-beta.1",
|
|
"vuetify-nuxt-module": "^0.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/icon": "^1.5.1",
|
|
"@nuxtjs/google-fonts": "^3.0.0-1",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"daisyui": "^4.12.20",
|
|
"nuxt-icon": "^1.0.0-beta.7",
|
|
"sass-embedded": "^1.80.5",
|
|
"tailwindcss": "^3.2.0"
|
|
}
|
|
}
|