uLinkShortener/package.json
Kizuren f460ea3096
Some checks failed
Build and Deploy / update-lockfile (push) Has been skipped
Build and Deploy / build (push) Failing after 39s
Build and Deploy / build_dependabot (push) Has been skipped
Again updating react
2025-12-12 12:41:09 +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.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"
}
}