-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 828 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 828 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
{
"name": "@hmscore/react-native-hms-scan-demo",
"version": "2.12.0-301",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start"
},
"license": "Apache-2.0",
"dependencies": {
"@react-native-picker/picker": "2.5.0",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native-document-picker": "4.3.0",
"@hmscore/react-native-hms-scan": "2.12.0-301"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/traverse": "7.22.8",
"metro-react-native-babel-preset": "^0.64.0"
},
"jest": {
"preset": "react-native"
},
"files": [
"./android",
"./app.json",
"./App.js",
"./index.js",
"./LICENSE",
"./metro.config.js",
"./package.json",
"./README.md"
]
}