36 lines
891 B
JSON
36 lines
891 B
JSON
{
|
|
"name": "testHotUpdate",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"test:e2e": "detox test --configuration android.emu.debug",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"patch-package": "^6.5.1",
|
|
"react": "18.0.0",
|
|
"react-native": "0.69.8",
|
|
"react-native-update": "link:../.."
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/runtime": "^7.21.0",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"babel-jest": "^29.5.0",
|
|
"detox": "^20.5.0",
|
|
"eslint": "^8.36.0",
|
|
"jest": "^29.5.0",
|
|
"metro-react-native-babel-preset": "^0.76.0",
|
|
"prettier": "^2.8.4",
|
|
"react-test-renderer": "18.2.0",
|
|
"ts-jest": "^29.0.5"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|