react-native-barcode-aspen
Version:
react-native-barcode-expo with updates for aspen
32 lines (31 loc) • 735 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",
"test": "jest"
},
"dependencies": {
"expo": "^46.0.0",
"jsbarcode": "^3.11.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-barcode-expo": "file:../dist/",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"babel-preset-expo": "~9.2.0",
"jest-expo": "^46.0.0",
"react-test-renderer": "^16.12.0"
},
"private": true,
"jest": {
"preset": "jest-expo"
}
}