-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 854 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
33
{
"name": "mapbox_vedio",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-mapbox-gl/maps": "^8.6.0-beta.0",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-nodemediaclient": "^0.2.18",
"react-native-video": "^5.2.0",
"react-native-webview": "^11.17.2"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/runtime": "^7.17.7",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.5.1",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}