Package.json
name
type
packageManager
scripts
devDependencies
Main dependencies that are critical to the project
package.json
devDependencies: {
"@nuxtjs/tailwindcss": "^6.11.2",
"nuxt": "^3.9.3",
"vue": "^3.4.14",
"vue-grid-layout": "^3.0.0-beta1",
"vue-router": "^4.2.5"
}Dependencies which should be replaceable
package.json
devDependencies: {
"@headlessui/vue": "^1.7.19",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/supabase": "^1.1.7",
"@vueuse/core": "^10.8.0",
"@vueuse/nuxt": "^10.8.0",
"clsx": "^2.1.0",
"gsap": "^3.12.5",
"hex-rgb": "^5.0.0",
"minisearch": "^6.3.0",
"radix-vue": "^1.5.0",
"shadcn-nuxt": "^0.10.0",
"tailwind-merge": "^2.2.1",
"typescript": "^5.4.2",
"unsplash-js": "^7.0.19",
"vitepress": "^1.0.0-rc.44",
}WARNING
The following dependencies are tightly coupled together, which means that if one of them is not installed they won't work properly.
shadcn-nuxt [
shadcn-nuxt,typescript,radix-vue,clsx,tailwind-merge,@nuxtjs/tailwindcss]vueuse [
@vueuse/core,@vueuse/nuxt]headlessui [
@headlessui/vue,@nuxtjs/tailwindcss]