-
Notifications
You must be signed in to change notification settings - Fork 252
/
package.json
115 lines (115 loc) · 5.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-block-scoping": "^7.23.4",
"@babel/plugin-transform-classes": "^7.23.8",
"@babel/plugin-transform-computed-properties": "^7.23.3",
"@babel/plugin-transform-destructuring": "^7.23.3",
"@babel/plugin-transform-member-expression-literals": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-parameters": "^7.23.3",
"@babel/plugin-transform-property-literals": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-transform-spread": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@cucumber/cucumber": "^7.2.1",
"@jest-runner/electron": "^3.0.1",
"@types/jest": "^26.0.14",
"@types/ncp": "^2.0.4",
"@types/node": "^13.7.1",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.16",
"@types/react-native": "0.67.8",
"@types/react-test-renderer": "^16.9.3",
"@types/rimraf": "^3.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"aws-sdk": "^2.1303.0",
"babel-jest": "^29.7.0",
"babelify": "^10.0.0",
"browser-pack-flat": "^3.2.0",
"browserify": "^16.2.2",
"browserify-versionify": "^1.0.6",
"coverage-diff": "^1.6.0",
"cross-env": "^7.0.3",
"electron": "*",
"envify": "^4.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-with-typescript": "^13.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"exorcist": "^2.0.0",
"form-data": "^2.3.3",
"formidable": "^1.2.2",
"glob": "^7.1.6",
"jest": "^26.4.2",
"lerna": "^8.1.8",
"metro-react-native-babel-preset": "^0.58.0",
"ncp": "^2.0.0",
"node-fetch": "^2.6.0",
"playwright": "^1.10.0",
"proxyquire": "^2.1.3",
"ps-list": "^7.2.0",
"react": "^16.13.1",
"react-native": "^0.63.4",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.0",
"semver": "^5.5.1",
"source-map": "^0.5.7",
"timekeeper": "^2.2.0",
"ts-node": "^9.1.1",
"typescript": "^3.9.7",
"uglify-js": "^3.15.1",
"verdaccio": "^4.12.0",
"xvfb-maybe": "^0.2.1"
},
"scripts": {
"build": "lerna run build",
"build:electron": "lerna run build --scope '@bugsnag/plugin-electron-ipc' --scope '@bugsnag/plugin-electron-app' --scope '@bugsnag/plugin-electron-client-state-persistence'",
"test:lint": "eslint --ext .ts,.js --report-unused-disable-directives --max-warnings=0 .",
"test:lint-native": "bash scripts/cppcheck.sh",
"test:unit:electron-runner": "xvfb-maybe --auto-servernum -- jest -c config/electron-jest.config.js --rootDir .",
"test:unit": "xvfb-maybe --auto-servernum -- jest",
"test:coverage": "xvfb-maybe --auto-servernum -- jest -c config/full-suite-jest.config.js --rootDir . --coverage",
"test:types": "tsc -p tsconfig.json && lerna run test:types",
"test:test-container-registry-login": "aws ecr get-login-password --profile=opensource --region=us-west-1 | docker login --username AWS --password-stdin 855461928731.dkr.ecr.us-west-1.amazonaws.com",
"test:build-browser-container": "docker-compose up --build minimal-packager && docker-compose build --pull browser-maze-runner",
"test:build-node-container": "docker-compose up --build minimal-packager && docker-compose build --pull node-maze-runner",
"test:build-react-native-android": "test/react-native/scripts/build-android-locally.js",
"test:build-react-native-ios": "bundle install && node -e 'require(\"./scripts/react-native-helper\").buildIOS()'",
"test:build-react-native-maze-runner": "docker-compose build --pull react-native-maze-runner",
"test:node": "npm run test:build-node-container && docker-compose run --use-aliases node-maze-runner",
"test:react-native:ios": "npm run test:build-react-native-ios && npm run test:build-react-native-maze-runner && APP_LOCATION=build/$REACT_NATIVE_VERSION.ipa docker-compose run --use-aliases react-native-maze-runner",
"local-npm:start": "verdaccio --config test/electron/local-npm-config.yml --listen 0.0.0.0:5539",
"local-npm:publish-all": "lerna publish \"$VERSION_IDENTIFIER\" --yes --force-publish --exact --no-push --no-git-reset --no-git-tag-version --registry 'http://0.0.0.0:5539'",
"local-npm:publish-all-win32": "lerna publish %VERSION_IDENTIFIER% --yes --force-publish --exact --no-push --no-git-reset --no-git-tag-version --registry 'http://0.0.0.0:5539'",
"test:electron": "xvfb-maybe --auto-servernum -- cucumber-js test/electron/features --retry 3 --retry-tag-filter @flaky"
},
"overrides": {
"@types/babel__traverse": "7.17.1",
"@types/express-serve-static-core": "4.17.28",
"@types/prettier": "2.6.0",
"@types/yargs": "17.0.10",
"hermes-engine": "^0.10.0",
"json-schema": "^0.4.0",
"shell-quote": "^1.7.3",
"thenify": "^3.3.1"
},
"workspaces": [
"packages/*"
]
}