CLIO v1.0 — Scanner Inteligente com IA (MVP)

This commit is contained in:
Jarvis Deploy
2026-02-10 23:05:41 +00:00
commit 8e903d9222
41 changed files with 3190 additions and 0 deletions

25
frontend/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "clio-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3086",
"build": "next build",
"start": "next start -p 3086"
},
"dependencies": {
"next": "14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"html5-qrcode": "^2.3.8",
"lucide-react": "^0.441.0"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"typescript": "^5.6.2",
"tailwindcss": "^3.4.13",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20"
}
}