n-link/n-link-core/package.json
Your Name 49e9e3879e feat(frontend): Vue 3 foundation — Tailwind 3, Vite alias, shared types
Migrates n-link-core's Tailwind config from 1.x to 3.x (drops future/
variants/purge, swaps custom-forms for @tailwindcss/forms) and replaces
the Vue 2 'vue/types/vue' augmentation with Vue 3
ComponentCustomProperties. Deletes the Vue 2 shims.
2026-07-21 20:44:28 -04:00

13 lines
225 B
JSON

{
"name": "n-link-core",
"version": "0.0.0",
"peerDependencies": {
"element-plus": "^2.14.3",
"vue": "^3.5.40"
},
"devDependencies": {
"tailwindcss": "^3.4.19",
"@tailwindcss/forms": "^0.5.11"
}
}