- admin proxy: 25s timeout, body guards, structured failure logs - cart: addItem enforces stock cap (409 INSUFFICIENT_STOCK), UI clamps qty - tpv selfpay: hide sidebar/discounts/save-pending, rename button, receipt-settings 400 fix - pos admin: quick products slot count aligned to 8 - returns: human-readable history message + metadata jsonb (migrations 064-065) + admin fallback formatter - storefront: product card white background - product page: remove duplicate stock label under add-to-cart button
38 lines
921 B
JSON
38 lines
921 B
JSON
{
|
|
"name": "@mercadodevida/admin",
|
|
"version": "0.2.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "next build",
|
|
"start": "next start --port 3001",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/history": "^0.49.0",
|
|
"@lexical/html": "^0.49.0",
|
|
"@lexical/link": "^0.49.0",
|
|
"@lexical/list": "^0.49.0",
|
|
"@lexical/markdown": "^0.49.0",
|
|
"@lexical/react": "^0.49.0",
|
|
"@lexical/rich-text": "^0.49.0",
|
|
"@lexical/utils": "^0.49.0",
|
|
"lexical": "^0.49.0",
|
|
"next": "16.3.1",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8",
|
|
"sharp": "^0.35.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.3.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|