mirror of
https://github.com/documenso/documenso.git
synced 2026-07-08 12:04:59 +10:00
138d663c25
Merge origin/main into feat/external-2fa-codes. Resolve formatting conflicts caused by biome rollout; preserve both feature streams: PR's external 2FA token + signing-session 2FA proof additions plus main's RateLimit/RecipientExpired/signingReminders/date-auto-insert. In complete-document-with-token.ts, drop the duplicate early field-fetching block introduced when main moved that logic later with date auto-insert support; keep the EXTERNAL_TWO_FACTOR_AUTH check using derivedRecipientActionAuth.
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"name": "@documenso/openpage-api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3003",
|
|
"build": "next build",
|
|
"start": "next start -p 3003",
|
|
"lint:fix": "next lint --fix",
|
|
"clean": "rimraf .next && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/prisma": "*",
|
|
"luxon": "^3.7.2",
|
|
"next": "16.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "18.3.27",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|