mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 21:16:17 +01:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.4 to 25.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
859 B
JSON
35 lines
859 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": "^25.0.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/uuid": "^11.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|