mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			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 .",
 | |
|     "postinstall": "patch-package",
 | |
|     "apk": "cd android && ./gradlew assembleRelease"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "form-data": "^4.0.4",
 | |
|     "patch-package": "^8.0.0",
 | |
|     "react": "19.1.0",
 | |
|     "react-native": "0.81.4",
 | |
|     "react-native-camera-kit": "^16.1.2",
 | |
|     "react-native-paper": "^5.14.5",
 | |
|     "react-native-safe-area-context": "^5.6.1",
 | |
|     "react-native-svg": "^15.13.0",
 | |
|     "react-native-update": "^10.34.4",
 | |
|     "react-native-vector-icons": "^10.3.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.27.3",
 | |
|     "@babel/preset-env": "^7.27.2",
 | |
|     "@babel/runtime": "^7.27.3",
 | |
|     "@react-native-community/cli": "20.0.0",
 | |
|     "@react-native-community/cli-platform-android": "20.0.0",
 | |
|     "@react-native-community/cli-platform-ios": "20.0.0",
 | |
|     "@react-native/babel-preset": "0.81.4",
 | |
|     "@react-native/eslint-config": "0.81.4",
 | |
|     "@react-native/metro-config": "0.81.4",
 | |
|     "@react-native/typescript-config": "0.81.4",
 | |
|     "@types/react": "^19.1.13",
 | |
|     "@types/react-test-renderer": "^19.1.0",
 | |
|     "detox": "^20.41.2",
 | |
|     "eslint": "^9.35.0",
 | |
|     "jest": "^29.6.3",
 | |
|     "prettier": "2.8.8",
 | |
|     "react-test-renderer": "19.1.1",
 | |
|     "typescript": "5.8.3"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=20"
 | |
|   },
 | |
|   "trustedDependencies": [
 | |
|     "detox",
 | |
|     "dtrace-provider"
 | |
|   ]
 | |
| }
 | 
