2016-02-23 19:51:58 +08:00
|
|
|
{
|
2023-04-02 12:51:43 +08:00
|
|
|
"name": "testHotUpdate",
|
2016-02-23 19:51:58 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-10-04 18:38:54 +08:00
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest",
|
2023-04-02 12:51:43 +08:00
|
|
|
"test:e2e": "detox test --configuration android.emu.debug",
|
2023-04-02 23:05:16 +08:00
|
|
|
"lint": "eslint .",
|
|
|
|
"postinstall": "patch-package"
|
2016-02-23 19:51:58 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-02 12:51:43 +08:00
|
|
|
"patch-package": "^6.5.1",
|
2023-04-02 14:47:05 +08:00
|
|
|
"postinstall-postinstall": "^2.1.0",
|
2023-04-02 12:51:43 +08:00
|
|
|
"react": "18.0.0",
|
|
|
|
"react-native": "0.69.8",
|
2024-01-21 14:41:06 +08:00
|
|
|
"react-native-paper": "^5.12.1",
|
|
|
|
"react-native-safe-area-context": "^4.8.2",
|
2024-03-08 16:04:48 +08:00
|
|
|
"react-native-update": "^10.2.6",
|
2024-01-21 14:41:06 +08:00
|
|
|
"react-native-vector-icons": "^10.0.3"
|
2019-10-04 18:38:54 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-02 12:51:43 +08:00
|
|
|
"@babel/core": "^7.21.0",
|
|
|
|
"@babel/runtime": "^7.21.0",
|
|
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
|
|
"babel-jest": "^29.5.0",
|
2023-03-15 23:27:25 +08:00
|
|
|
"detox": "^20.5.0",
|
2023-04-02 12:51:43 +08:00
|
|
|
"eslint": "^8.36.0",
|
|
|
|
"jest": "^29.5.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.76.0",
|
2023-04-02 14:47:05 +08:00
|
|
|
"pod-install": "^0.1.37",
|
2023-04-02 12:51:43 +08:00
|
|
|
"prettier": "^2.8.4",
|
2023-03-15 23:27:25 +08:00
|
|
|
"react-test-renderer": "18.2.0",
|
2023-04-02 14:47:05 +08:00
|
|
|
"ts-jest": "^29.0.5"
|
2019-10-04 18:38:54 +08:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
2016-02-23 19:51:58 +08:00
|
|
|
}
|
|
|
|
}
|