-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "HmsStartHacking",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@hmscore/react-native-hms-ar": "^3.7.0-3",
"@hmscore/react-native-hms-availability": "^6.7.0-300",
"@hmscore/react-native-hms-health": "file:local_modules/hmscore-react-native-hms-health-6.4.0-301.tgz",
"@hmscore/react-native-hms-location": "^6.4.0-301",
"@hmscore/react-native-hms-map": "^6.3.1-305",
"@hmscore/react-native-hms-ml": "^3.5.0-301",
"@hmscore/react-native-hms-push": "^6.5.0-300",
"install": "^0.13.0",
"react": "18.1.0",
"react-native": "0.70.3"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/runtime": "7.11.2",
"@react-native-community/eslint-config": "1.1.0",
"babel-jest": "25.5.1",
"eslint": "6.8.0",
"jest": "25.5.4",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}