mirror of
https://github.com/lights0123/n-link.git
synced 2026-08-07 18:23:28 +00:00
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.
13 lines
225 B
JSON
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"
|
|
}
|
|
}
|