2020-07-21 15:59:40 +03:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2024-07-17 12:10:42 +03:00
|
|
|
"eslint-plugin-jsdoc": "^48.2.12",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"globals": "^15.8.0",
|
2023-09-22 06:43:25 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2024-07-24 11:47:05 +03:00
|
|
|
"prettier": "^3.3.2",
|
|
|
|
"prettier-plugin-organize-imports": "^4.0.0"
|
2022-10-04 05:51:27 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-05 14:13:04 +03:00
|
|
|
"tslib": "^2.6.3",
|
|
|
|
"typescript": "^5.5.3"
|
2023-09-22 06:43:25 +03:00
|
|
|
},
|
|
|
|
"name": "root",
|
|
|
|
"scripts": {
|
|
|
|
"format": "prettier --write .",
|
|
|
|
"prettier": "prettier --check .",
|
|
|
|
"lint": "npm --workspaces --if-present run lint",
|
|
|
|
"test": "npm --workspaces --if-present run test",
|
|
|
|
"typecheck": "npm --workspaces --if-present run typecheck",
|
|
|
|
"ci-check": "run-p test prettier lint typecheck"
|
|
|
|
},
|
|
|
|
"workspaces": [
|
2024-07-17 12:10:42 +03:00
|
|
|
"app/dashboard",
|
|
|
|
"app/ide-desktop/*",
|
2024-07-05 14:13:04 +03:00
|
|
|
"app/gui2",
|
|
|
|
"lib/js/runner"
|
2023-09-22 06:43:25 +03:00
|
|
|
],
|
2024-07-05 14:13:04 +03:00
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"tslib": "$tslib",
|
|
|
|
"jsdom": "^24.1.0",
|
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
"react-native": "./_IGNORED_",
|
|
|
|
"react-native-url-polyfill": "./_IGNORED_",
|
|
|
|
"react-native-get-random-values": "./_IGNORED_"
|
|
|
|
},
|
|
|
|
"packageExtensions": {
|
|
|
|
"@aws-amplify/auth": {
|
|
|
|
"dependencies": {
|
|
|
|
"@aws-crypto/sha256-js": "*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ag-grid-enterprise": {
|
|
|
|
"dependencies": {
|
|
|
|
"ag-grid-community": "*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"@open-rpc/client-js": {
|
|
|
|
"dependencies": {
|
|
|
|
"events": "^3.3.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
|
2020-07-21 15:59:40 +03:00
|
|
|
}
|