mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 15:52:13 +03:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^106.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"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": [
|
|
"app/ide-desktop",
|
|
"app/ide-desktop/lib/*",
|
|
"app/gui2"
|
|
],
|
|
"pnpm": {
|
|
"overrides": {
|
|
"tslib": "$tslib",
|
|
"@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@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
|
|
}
|