mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 21:16:17 +01:00
Bumps [next](https://github.com/vercel/next.js) from 16.0.8 to 16.0.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.0.8...v16.0.10) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
861 B
JSON
35 lines
861 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.10",
|
|
"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"
|
|
}
|
|
}
|