You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.4 KiB
69 lines
2.4 KiB
{
|
|
"name": "taroDemo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn -o -P && install-peerdeps @tarojs/components-rn -o -P && install-peerdeps @tarojs/router-rn -o -P && pod-install"
|
|
},
|
|
"dependencies": {
|
|
"@bam.tech/react-native-image-resizer": "~3.0.10",
|
|
"@react-native-async-storage/async-storage": "~1.21.0",
|
|
"@react-native-camera-roll/camera-roll": "~7.8.3",
|
|
"@react-native-clipboard/clipboard": "~1.14.3",
|
|
"@react-native-community/cli-platform-android": "^13.2.0",
|
|
"@react-native-community/geolocation": "~3.4.0",
|
|
"@react-native-community/netinfo": "~11.1.0",
|
|
"@react-native-community/slider": "~4.4.2",
|
|
"@react-native-masked-view/masked-view": "~0.3.1",
|
|
"@react-native-picker/picker": "~2.6.1",
|
|
"@react-native/gradle-plugin": "^0.73.4",
|
|
"expo": "~50.0.2",
|
|
"expo-av": "~13.10.6",
|
|
"expo-barcode-scanner": "~12.9.3",
|
|
"expo-brightness": "~11.8.0",
|
|
"expo-camera": "~14.1.3",
|
|
"expo-file-system": "~16.0.9",
|
|
"expo-image-picker": "~14.7.1",
|
|
"expo-keep-awake": "~12.8.2",
|
|
"expo-location": "~16.5.5",
|
|
"expo-sensors": "~12.9.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.2",
|
|
"react-native-device-info": "~14.0.0",
|
|
"react-native-gesture-handler": "~2.14.0",
|
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
"react-native-pager-view": "~6.2.3",
|
|
"react-native-root-siblings": "^5.0.1",
|
|
"react-native-safe-area-context": "~4.8.2",
|
|
"react-native-screens": "^3.29.0",
|
|
"react-native-svg": "~14.1.0",
|
|
"react-native-webview": "~13.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "^0.73.18",
|
|
"@react-native/eslint-config": "^0.73.1",
|
|
"@react-native/metro-config": "^0.73.2",
|
|
"@react-native/typescript-config": "^0.73.1",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.6.3",
|
|
"eslint": "^8.19.0",
|
|
"install-peerdeps": "^3.0.3",
|
|
"jest": "^29.6.3",
|
|
"pod-install": "^0.1.38",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|
|
|