2026-02-04 05:01:34 +03:00
|
|
|
{
|
|
|
|
|
"name": "nextjs",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev -p 3099",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/node": "20.6.2",
|
|
|
|
|
"@types/qrcode": "^1.5.6",
|
|
|
|
|
"@types/react": "18.2.22",
|
|
|
|
|
"@types/react-dom": "18.2.7",
|
|
|
|
|
"autoprefixer": "10.4.15",
|
|
|
|
|
"eslint": "8.49.0",
|
|
|
|
|
"eslint-config-next": "13.5.1",
|
|
|
|
|
"lucide-react": "^0.563.0",
|
2026-02-06 20:51:40 +03:00
|
|
|
"mysql2": "^3.16.3",
|
2026-02-04 05:01:34 +03:00
|
|
|
"next": "13.5.1",
|
|
|
|
|
"postcss": "8.4.30",
|
|
|
|
|
"qrcode": "^1.5.4",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
|
"typescript": "5.2.2"
|
|
|
|
|
}
|
|
|
|
|
}
|