uLinkShortener/package.json
2025-12-09 01:51:46 +01:00

35 lines
860 B
JSON

{
"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.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.1",
"ua-parser-js": "^2.0.6",
"uuid": "^13.0.0",
"winston": "^3.19.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^11.0.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}