mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-06-30 07:46:13 +00:00
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"name": "@linkwarden/router",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@linkwarden/lib": "*",
|
|
"@linkwarden/prisma": "*",
|
|
"@linkwarden/types": "*",
|
|
"next": "15.3.9",
|
|
"next-i18next": "^15.3.0",
|
|
"react-hot-toast": "^2.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"@tanstack/react-query-devtools": "^5.51.15",
|
|
"next-auth": "^4.22.1",
|
|
"react": "^19.1.0"
|
|
}
|
|
}
|