39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "yesod-workspace",
|
|
"version": "1.0.0",
|
|
"description": "Workspace-level NPM dependencies for the yesod monorepo",
|
|
"private": true,
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [],
|
|
"overrides": {
|
|
"esbuild": "^0.25.9"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.45.3",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^25.0.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/vscode": "^1.108.1",
|
|
"@vscode/vsce": "^3.7.1",
|
|
"bootstrap": "^5.3.3",
|
|
"esbuild": "^0.25.9",
|
|
"jest": "^30.2.0",
|
|
"jest-cli": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"jest-junit": "^16.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^9.0.1",
|
|
"ts-jest": "^29.4.6",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"scripts": {
|
|
"install:all": "pnpm install"
|
|
}
|
|
}
|