Files
qrcode/package.json
T
Puechberty Arthur a0d952ae0f first commit
2026-03-30 19:30:30 +02:00

35 lines
770 B
JSON

{
"name": "qrcode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"file-saver": "^2.0.5",
"lucide-react": "^0.577.0",
"next": "^16.2.1",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/papaparse": "^5.5.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}