27 lines
613 B
JSON
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:"
|
|
}
|
|
} |