{ "name": "ulinkshortener", "version": "2.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "biome lint", "lint:fix": "biome check --write .", "format": "biome format . --write" }, "dependencies": { "chart.js": "^4.5.1", "mongodb": "^7.0.0", "next": "16.0.8", "next-auth": "^4.24.13", "react": "^19.2.3", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.3", "ua-parser-js": "^2.0.7", "uuid": "^13.0.0", "winston": "^3.19.0" }, "devDependencies": { "@biomejs/biome": "^2.3.8", "@tailwindcss/postcss": "^4.1.18", "@types/node": "^24.10.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/uuid": "^11.0.0", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } }