Files
unifi-voucher-manager/frontend/package.json
2025-08-13 20:11:01 +02:00

26 lines
536 B
JSON

{
"name": "unifi-voucher-manager",
"version": "0.0.0-git",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.4.5",
"qrcode.react": "^4.2.0",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}