Files
clio/frontend/package.json
2026-02-10 23:05:41 +00:00

26 lines
551 B
JSON

{
"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"
}
}