1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/Example/testHotUpdate/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

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 .",
2024-07-25 23:45:12 +08:00
"postinstall": "patch-package",
"apk": "cd android && ./gradlew assembleRelease"
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-07-25 22:56:44 +08:00
"react-native-camera-kit": "^14.0.0-beta15",
2024-01-21 14:41:06 +08:00
"react-native-paper": "^5.12.1",
"react-native-safe-area-context": "^4.8.2",
2024-07-25 22:56:44 +08:00
"react-native-update": "^10.10.0",
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
}
}