feat(POS-006): completed feature

This commit is contained in:
chattie
2026-08-22 13:39:11 +02:00
parent 915fbe0ba9
commit 25e4e5b622
24 changed files with 448 additions and 62 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "mercadodevida-pos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3006",
"build": "next build",
"start": "next start --port 3006"
},
"dependencies": {
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0",
"tailwindcss": "^4.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0"
}
}