2020-08-28 19:35:51 +00:00
|
|
|
{
|
2020-08-29 03:40:55 +00:00
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
2020-08-28 19:35:51 +00:00
|
|
|
"scripts": {
|
2020-08-29 03:40:55 +00:00
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web",
|
2020-08-31 16:07:40 +00:00
|
|
|
"eject": "expo eject",
|
|
|
|
"customize": "yarn expo-electron customize",
|
|
|
|
"desktop": "yarn expo-electron start",
|
|
|
|
"build:desktop": "yarn electron-webpack && yarn electron-builder --dir -c.compression=store -c.mac.identity=null (-c.compression=store"
|
2020-08-28 19:35:51 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-31 16:07:40 +00:00
|
|
|
"@expo/electron-adapter": "0.0.14",
|
|
|
|
"@expo/webpack-config": "^0.12.27",
|
|
|
|
"electron": "^10.1.0",
|
2020-08-29 03:40:55 +00:00
|
|
|
"expo": "~38.0.8",
|
2020-08-28 19:35:51 +00:00
|
|
|
"expo-barcode-scanner": "~8.2.1",
|
2020-08-29 03:40:55 +00:00
|
|
|
"expo-status-bar": "^1.0.2",
|
|
|
|
"jsbarcode": "^3.11.0",
|
2020-08-31 16:07:40 +00:00
|
|
|
"node-hid": "^1.3.0",
|
2020-08-29 03:40:55 +00:00
|
|
|
"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",
|
2020-08-31 16:07:40 +00:00
|
|
|
"react-native-web": "^0.11.7"
|
2020-08-28 19:35:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-29 03:40:55 +00:00
|
|
|
"@babel/core": "^7.8.6",
|
|
|
|
"@types/react": "~16.9.41",
|
|
|
|
"@types/react-native": "~0.62.13",
|
|
|
|
"typescript": "~3.9.5"
|
2020-08-28 19:35:51 +00:00
|
|
|
},
|
2020-08-31 16:07:40 +00:00
|
|
|
"private": true,
|
|
|
|
"build": {
|
|
|
|
"extraMetadata": {
|
|
|
|
"main": "main.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
{
|
|
|
|
"from": "dist/main/",
|
|
|
|
"to": "./",
|
|
|
|
"filter": [
|
|
|
|
"**/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "dist/renderer",
|
|
|
|
"to": "./",
|
|
|
|
"filter": [
|
|
|
|
"**/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"package.json",
|
|
|
|
"**/node_modules/**/*"
|
|
|
|
]
|
|
|
|
}
|
2020-08-28 19:35:51 +00:00
|
|
|
}
|