-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "rn-webrtc-arkit-integration",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint .",
"release": "./scripts/release.sh",
"postinstall": "yarnw-sync-deps && yarn --ignore-scripts && patch-package"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/async-storage": "^1.8.0",
"@react-native-community/eslint-config": "^0.0.7",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.0.0",
"express": "^4.17.1",
"invariant": "^2.2.4",
"lerna": "^3.20.2",
"lodash.debounce": "^4.0.8",
"metro-react-native-babel-preset": "^0.59.0",
"open": "^7.0.2",
"patch-package": "^6.2.0",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-arkit": "^0.9.0",
"react-native-debugger-open": "^0.3.24",
"react-native-gesture-handler": "^1.6.0",
"react-native-modalize": "^2.0.0",
"react-native-version": "^4.0.0",
"react-native-webrtc": "^1.75.3",
"socket.io": "2.3.0",
"socket.io-client": "^2.3.0",
"yarn-workspace-sync-deps": "^0.3.0"
}
}