mirror of
https://github.com/Blockchain-Powered-eSIM/eSIM-Wallet.git
synced 2026-05-04 03:01:21 -04:00
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "eSIM-Wallet",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "detox test --configuration android.emu.debug",
|
|
"build": "./mmkv-build-script.sh && detox build --configuration android.emu.debug",
|
|
"watch": "tsc --watch",
|
|
"clear-jest-cache": "jest --clearCache",
|
|
"test:unit": "jest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-react-native": "^4.0.1",
|
|
"babel-register": "^6.26.0",
|
|
"base64-arraybuffer": "^1.0.2",
|
|
"dotenv": "^16.4.5",
|
|
"dotenv-webpack": "^8.1.0",
|
|
"follow-redirects": "^1.15.6",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.6",
|
|
"react-native-config": "^1.5.1",
|
|
"react-native-dotenv": "^3.4.11",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-mmkv-storage": "^0.9.1",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-zip-archive": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/preset-env": "^7.24.4",
|
|
"@babel/runtime": "^7.24.4",
|
|
"@react-native/babel-preset": "0.73.21",
|
|
"@react-native/eslint-config": "0.73.2",
|
|
"@react-native/metro-config": "0.73.5",
|
|
"@react-native/typescript-config": "0.73.1",
|
|
"@types/dotenv-webpack": "^7.0.7",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-test-renderer": "18.3.0",
|
|
"babel-jest": "^29.7.0",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
"detox": "^20.20.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.7.0",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"detox": {
|
|
"configurations": {
|
|
"android.emu.debug": {
|
|
"type": "android.emulator",
|
|
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
|
|
"build": "cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug && cd ..",
|
|
"device": {
|
|
"avdName": "Pixel_3a_API_34_extension_level_7_arm64-v8a"
|
|
}
|
|
}
|
|
},
|
|
"test-runner": "jest",
|
|
"runner-config": "e2e/jest.config.json"
|
|
}
|
|
}
|