mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
Adds support for creating documents and templates using our embed components. Support is super primitive at the moment and is being polished.
83 lines
No EOL
3.3 KiB
JSON
83 lines
No EOL
3.3 KiB
JSON
{
|
|
"private": true,
|
|
"version": "1.10.0-rc.4",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --filter=@documenso/remix",
|
|
"dev:remix": "turbo run dev --filter=@documenso/remix",
|
|
"dev:docs": "turbo run dev --filter=@documenso/documentation",
|
|
"dev:openpage-api": "turbo run dev --filter=@documenso/openpage-api",
|
|
"start": "turbo run start --filter=@documenso/remix --filter=@documenso/documentation --filter=@documenso/openpage-api",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "turbo run lint:fix",
|
|
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
|
|
"prepare": "husky && husky install || true",
|
|
"commitlint": "commitlint --edit",
|
|
"clean": "turbo run clean && rimraf node_modules",
|
|
"d": "npm run dx && npm run translate:compile && npm run dev",
|
|
"dx": "npm i && npm run dx:up && npm run prisma:migrate-dev && npm run prisma:seed",
|
|
"dx:up": "docker compose -f docker/development/compose.yml up -d",
|
|
"dx:down": "docker compose -f docker/development/compose.yml down",
|
|
"ci": "turbo run build --filter=@documenso/remix && turbo run test:e2e",
|
|
"prisma:generate": "npm run with:env -- npm run prisma:generate -w @documenso/prisma",
|
|
"prisma:migrate-dev": "npm run with:env -- npm run prisma:migrate-dev -w @documenso/prisma",
|
|
"prisma:migrate-deploy": "npm run with:env -- npm run prisma:migrate-deploy -w @documenso/prisma",
|
|
"prisma:migrate-reset": "npm run with:env -- npm run prisma:migrate-reset -w @documenso/prisma",
|
|
"prisma:seed": "npm run with:env -- npm run prisma:seed -w @documenso/prisma",
|
|
"prisma:studio": "npm run with:env -- npm run prisma:studio -w @documenso/prisma",
|
|
"with:env": "dotenv -e .env -e .env.local --",
|
|
"reset:hard": "npm run clean && npm i && npm run prisma:generate",
|
|
"precommit": "npm install && git add package.json package-lock.json",
|
|
"trigger:dev": "npm run with:env -- npx trigger-cli dev --handler-path=\"/api/jobs\"",
|
|
"inngest:dev": "inngest dev -u http://localhost:3000/api/jobs",
|
|
"make:version": "npm version --workspace @documenso/remix --include-workspace-root --no-git-tag-version -m \"v%s\"",
|
|
"translate": "npm run translate:extract && npm run translate:compile",
|
|
"translate:extract": "lingui extract --clean",
|
|
"translate:compile": "lingui compile"
|
|
},
|
|
"packageManager": "npm@10.7.0",
|
|
"engines": {
|
|
"npm": ">=10.7.0",
|
|
"node": ">=22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@lingui/cli": "^5.2.0",
|
|
"@trigger.dev/cli": "^2.3.18",
|
|
"dotenv": "^16.3.1",
|
|
"dotenv-cli": "^7.3.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-custom": "*",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"playwright": "1.43.0",
|
|
"prettier": "^3.3.3",
|
|
"rimraf": "^5.0.1",
|
|
"turbo": "^1.9.3",
|
|
"vite": "^6.1.0"
|
|
},
|
|
"name": "@documenso/root",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@documenso/pdf-sign": "^0.1.0",
|
|
"@documenso/prisma": "^0.0.0",
|
|
"@lingui/conf": "^5.2.0",
|
|
"@lingui/core": "^5.2.0",
|
|
"inngest-cli": "^0.29.1",
|
|
"luxon": "^3.5.0",
|
|
"mupdf": "^1.0.0",
|
|
"react": "^18",
|
|
"typescript": "5.6.2",
|
|
"zod": "3.24.1"
|
|
},
|
|
"overrides": {
|
|
"zod": "3.24.1"
|
|
},
|
|
"trigger.dev": {
|
|
"endpointId": "documenso-app"
|
|
}
|
|
} |