30 lines
849 B
JSON
30 lines
849 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/art": "^1.2.0",
|
|
"expo": "~38.0.8",
|
|
"expo-barcode-scanner": "~8.2.1",
|
|
"expo-status-bar": "^1.0.2",
|
|
"jsbarcode": "^3.11.0",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-barcode-builder": "github:cdesch/react-native-barcode-builder#master",
|
|
"react-native-web": "~0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"@types/react": "~16.9.41",
|
|
"@types/react-native": "~0.62.13",
|
|
"typescript": "~3.9.5"
|
|
},
|
|
"private": true
|
|
}
|