-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
32 lines (32 loc) · 1013 Bytes
/
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
{
"name": "rn-external-display",
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint .",
"release": "./scripts/release.sh",
"postinstall": "yarnw-sync-deps && yarn --ignore-scripts && patch-package && cd packages/IPadMultiScenesHeadlessExample && patch-package"
},
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@fugood/eslint-config-react": "^0.5.1",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.43.0",
"eslint-plugin-ft-flow": "^3.0.0",
"hermes-eslint": "^0.19.2",
"lerna": "^7.0.0",
"metro-react-native-babel-preset": "0.73.10",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.71.11",
"react-native-gesture-handler": "^2.12.0",
"react-native-version": "^4.0.0",
"react-native-webview": "^13.2.2",
"yarn-workspace-sync-deps": "^0.3.0"
}
}