mirror of
https://github.com/documenso/documenso.git
synced 2026-07-08 12:04:59 +10:00
960217c78d
- Switch package manager to pnpm 10 via corepack - Add pnpm-workspace.yaml with 54+ shared dependency catalogs - Convert all workspace packages to catalog: and workspace:* protocols - Upgrade Turborepo from 1.x to 2.8.12 (pipeline -> tasks) - Upgrade apps/openpage-api from Next 15 to Next 16 - Update Docker, CI workflows, and GitHub Actions for pnpm - Convert patch file to pnpm native format - Replace deprecated next lint with standalone eslint - Update all documentation references from npm to pnpm - Fix stale dependabot config and documentation paths
28 lines
935 B
JSON
28 lines
935 B
JSON
{
|
|
"name": "@documenso/app-tests",
|
|
"version": "0.0.0",
|
|
"license": "to-update",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:dev": "NODE_OPTIONS=--experimental-require-module playwright test",
|
|
"test-ui:dev": "NODE_OPTIONS=--experimental-require-module playwright test --ui",
|
|
"test:e2e": "NODE_OPTIONS=--experimental-require-module NODE_ENV=test NEXT_PRIVATE_LOGGER_FILE_PATH=./logs.json start-server-and-test \"pnpm run --filter @documenso/remix start\" http://localhost:3000 \"playwright test $E2E_TEST_PATH\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@documenso/lib": "workspace:*",
|
|
"@documenso/prisma": "workspace:*",
|
|
"@napi-rs/canvas": "catalog:",
|
|
"@playwright/test": "1.56.1",
|
|
"@types/node": "catalog:",
|
|
"@types/pngjs": "^6.0.5",
|
|
"pixelmatch": "^7.1.0",
|
|
"pngjs": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"start-server-and-test": "^2.1.3"
|
|
}
|
|
}
|