-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 815 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 815 Bytes
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
{
"name": "@hmscore/react-native-hms-map-demo",
"version": "6.11.2-304",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"devt": "react-devtools"
},
"license": "Apache-2.0",
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.7",
"@hmscore/react-native-hms-map": "6.11.2-304"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/runtime": "^7.23.1",
"@babel/traverse": "7.19.0",
"metro-react-native-babel-preset": "^0.66.2"
},
"jest": {
"preset": "react-native"
},
"files": [
"android",
"app.json",
"App.js",
"index.js",
"LICENSE",
"mapStyle.json",
"metro.config.js",
"package.json",
"README.md"
]
}