33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.18.1",
|
|
"lucide-react": "^1.26.0",
|
|
"next": "16.2.11",
|
|
"qr-code-styling": "^1.9.2",
|
|
"react": "19.2.4",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "19.2.4",
|
|
"recharts": "^3.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-color": "^3.0.13",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.11",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|