rent_chat/package.json

128 lines
4.6 KiB
JSON
Raw Permalink Normal View History

2024-02-27 16:49:28 +08:00
{
"name": "rentchat",
"version": "0.0.1",
"private": true,
"rnpm": {
"assets": [
"./src/assets/"
]
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.12.1",
"@invertase/react-native-apple-authentication": "^2.1.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/cameraroll": "^4.0.1",
"@react-native-community/datetimepicker": "^3.0.4",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/image-editor": "^2.3.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-native-community/push-notification-ios": "^1.7.3",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-community/viewpager": "^4.2.0",
"aurora-imui-react-native": "^0.14.0",
"axios": "^0.21.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"fetch-intercept": "^2.3.1",
"jcore-react-native": "^1.9.0",
"jmessage-react-plugin": "^3.1.8",
"jpush-react-native": "^2.8.1",
"lodash": "^4.17.20",
"lottie-react-native": "^3.5.0",
"mobx": "^6.0.3",
"mobx-persist": "^0.4.1",
"mobx-react": "^7.0.4",
"mobx-react-form": "^2.0.9",
"moment": "^2.29.1",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-amazing-cropper": "^0.1.4",
"react-native-app-intro-slider": "^4.0.4",
"react-native-autocomplete-input": "^4.2.0",
"react-native-blink-view": "0.0.6",
"react-native-check-box": "^2.1.7",
"react-native-country-picker-modal": "^2.0.0",
"react-native-credit-card-input": "^0.4.1",
"react-native-dark-mode": "^0.2.2",
"react-native-device-info": "^7.0.2",
"react-native-document-picker": "^4.1.0",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-fast-image": "^8.3.3",
"react-native-fbsdk": "^2.0.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.8.0",
"react-native-html-to-pdf": "^0.8.0",
"react-native-htmlview": "^0.16.0",
"react-native-image-crop-picker": "^0.35.1",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-rotate": "^2.1.0",
"react-native-image-to-pdf": "^1.2.0",
"react-native-image-viewing": "^0.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-md5": "^1.0.0",
"react-native-modal-datetime-picker": "^9.0.0",
"react-native-modals": "^0.19.9",
"react-native-paper": "^4.3.1",
"react-native-pdf": "^6.2.2",
"react-native-permissions": "^2.2.2",
"react-native-picker-js": "^1.1.2",
"react-native-picker-select": "^8.0.2",
"react-native-popup-menu": "^0.15.9",
"react-native-push-notification": "^6.1.3",
"react-native-reanimated": "^1.13.1",
"react-native-render-html": "^4.2.4",
"react-native-rss-parser": "^1.5.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^2.14.0",
"react-native-share": "^4.1.0",
"react-native-signature-capture": "^0.4.10",
"react-native-simple-radio-button": "^2.7.4",
"react-native-size-matters": "^0.3.1",
"react-native-sound": "^0.11.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^12.1.0",
"react-native-swiper": "^1.6.0",
"react-native-switch-pro": "^1.0.5",
"react-native-tab-view": "^2.15.2",
"react-native-typescript-transformer": "^1.2.13",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.1.0",
"react-native-video": "^5.1.0-alpha8",
"react-native-view-shot": "^3.1.2",
"react-native-webview": "^10.10.2",
"react-native-wechat": "^1.9.12",
"react-navigation": "^4.4.3",
"react-navigation-material-bottom-tabs": "^2.3.3",
"react-navigation-stack": "^2.10.1",
"react-navigation-tabs": "^2.10.1",
"react-navigation-transitions": "^1.0.12",
"rn-countdown": "^1.0.0",
"rn-fetch-blob": "^0.12.0",
"valid-url": "^1.0.9",
"validatorjs": "^3.20.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}