Spaces:
Sleeping
Sleeping
| { | |
| "name": "@trek/root", | |
| "private": true, | |
| "version": "3.1.0", | |
| "workspaces": [ | |
| "client", | |
| "server", | |
| "shared" | |
| ], | |
| "scripts": { | |
| "version:major": "npm version major --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:minor": "npm version minor --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:patch": "npm version patch --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:premajor": "npm version premajor --preid=rc --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:preminor": "npm version preminor --preid=beta --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:prepatch": "npm version prepatch --preid=alpha --workspaces --include-workspace-root --no-git-tag-version", | |
| "version:prerelease": "npm version prerelease --preid=pre --workspaces --include-workspace-root --no-git-tag-version", | |
| "dev": "npm run build --workspace=shared && concurrently --names shared,server,client \"npm run build:watch --workspace=shared\" \"npm run dev --workspace=server\" \"npm run dev --workspace=client\"", | |
| "build": "npm run build --workspace=shared && npm run build --workspace=server && npm run build --workspace=client", | |
| "test": "npm run test --workspace=shared && npm run test --workspace=server && npm run test --workspace=client", | |
| "test:cov": "npm run test:coverage --workspace=server && npm run test:coverage --workspace=client", | |
| "test:e2e": "npm run test:e2e --workspace=server", | |
| "lint": "npm run lint --workspace=shared && npm run lint --workspace=server && npm run lint --workspace=client", | |
| "format": "npm run format --workspace=shared && npm run format --workspace=server && npm run format --workspace=client", | |
| "format:check": "npm run format:check --workspace=shared && npm run format:check --workspace=server && npm run format:check --workspace=client" | |
| }, | |
| "devDependencies": { | |
| "concurrently": "^10.0.3" | |
| }, | |
| "comment:overrides": "Force a single React 19 across the workspace so the test renderer (@testing-library/react) and the app share one react-dom.", | |
| "overrides": { | |
| "react": "19.2.6", | |
| "react-dom": "19.2.6" | |
| }, | |
| "optionalDependencies": { | |
| "@rollup/rollup-linux-x64-musl": "4.62.0", | |
| "@rollup/rollup-linux-arm64-musl": "4.62.0", | |
| "@img/sharp-linuxmusl-x64": "0.35.1", | |
| "@img/sharp-linuxmusl-arm64": "0.35.1" | |
| } | |
| } | |