Pure_Mall/package.json

96 lines
3.4 KiB
JSON
Raw Normal View History

2024-02-28 13:34:06 +08:00
{
"name": "puremall",
"version": "0.0.1",
"private": true,
"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.2",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^11.2.0",
"@react-native-firebase/messaging": "^11.2.0",
"@react-native-google-signin/google-signin": "^8.1.0",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/material-bottom-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"axios": "^0.21.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"buffer": "^6.0.3",
"date-time-format-timezone": "^1.0.22",
"lodash": "^4.17.20",
"lottie-ios": "^3.2.3",
"lottie-react-native": "^4.0.3",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.29.1",
"qs": "^6.9.4",
"query-string": "^6.13.7",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-app-intro-slider": "^4.0.4",
"react-native-base64": "^0.1.0",
"react-native-circular-progress": "^1.3.7",
"react-native-code-push": "^7.0.1",
"react-native-confirmation-code-field": "^6.5.1",
"react-native-countdown-component": "^2.7.1",
"react-native-credit-card-input": "^0.4.1",
"react-native-date-picker": "^4.1.1",
"react-native-device-info": "^8.4.8",
"react-native-dialog": "^8.2.0",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^3.4.2",
"react-native-fast-image": "^8.3.4",
"react-native-gallery-swiper": "^1.26.4",
"react-native-general-statusbar": "^1.0.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-htmlview": "^0.16.0",
"react-native-image-picker": "^3.2.1",
"react-native-image-viewing": "^0.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-modal": "^12.0.2",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-modalize": "^2.0.8",
"react-native-modals": "^0.22.3",
"react-native-paper": "^4.4.1",
"react-native-popup-menu": "^0.15.9",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^2.15.0",
"react-native-size-matters": "^0.3.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.1",
"react-native-swiper": "^1.6.0",
"react-native-switch-pro": "^1.0.5",
"react-native-tab-view": "^2.15.2",
"react-native-textinput-effects": "^0.6.1",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.1.0",
"underscore": "^1.12.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"
}
}