Files
stats/packages/auth/package.json
Carl-Gerhard Lindesvärd 0f9ac4508a fix: update react
2025-12-15 11:26:11 +01:00

27 lines
613 B
JSON

{
"name": "@openpanel/auth",
"version": "0.0.1",
"type": "module",
"main": "index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@node-rs/argon2": "^2.0.2",
"@openpanel/db": "workspace:^",
"@openpanel/validation": "workspace:^",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"arctic": "^2.3.0"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@types/node": "catalog:",
"@types/react": "catalog:",
"prisma": "^5.1.1",
"typescript": "catalog:"
},
"peerDependencies": {
"react": "catalog:"
}
}