- Add tailwindcss v4 + @tailwindcss/vite to mall, shop-admin, admin - Add @vmall/shared/theme.css tokens with html[data-accent] presets - Add @vmall/ui kit (VBtn/VBadge/VField/VInput/VCard/VPanel/VTable/VPage, VAccentSwatch, useAccent) as a Nuxt module - Convert all three apps to kit + utilities; delete ui.css/mall.css and every <style scoped>; consoles get accent presets, mall locked to red - Fix VCard boolean prop default (padding) and PDP/store stale useAsyncData keys on param navigation - Archive adopt-tailwind-design-system; new frontend-ui capability spec
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "@vmall/shop-admin",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"preview": "nuxt preview"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/i18n": "^9.5.3",
|
|
"@pinia/nuxt": "^0.10.1",
|
|
"@vmall/shared": "workspace:*",
|
|
"nuxt": "^3.15.4",
|
|
"pinia": "^2.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"@vmall/ui": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"tailwindcss": "^4.1.13"
|
|
}
|
|
}
|