mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"name": "@documenso/openpage-api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3003",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint:fix": "next lint --fix",
|
|
"clean": "rimraf .next && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/prisma": "*",
|
|
"luxon": "^3.5.0",
|
|
"next": "14.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "18.3.5",
|
|
"typescript": "5.6.2"
|
|
}
|
|
} |