|
|
- {
- "name": "sg-react-native-architecture",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "clean": "watchman watch-del-all && rm -rf package-lock.json && rm -rf node_modules && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && npm install",
- "start": "react-native start",
- "test": "jest",
- "lint": "eslint .",
- "postinstall": "npx jetify && npx pod-install",
- "build:ios":"react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'"
- },
- "dependencies": {
- "@react-native-community/async-storage": "^1.11.0",
- "@react-native-community/masked-view": "^0.1.10",
- "@react-navigation/bottom-tabs": "^5.6.1",
- "@react-navigation/native": "^5.6.1",
- "@react-navigation/stack": "^5.6.2",
- "appcenter": "4.0.0",
- "appcenter-analytics": "4.0.0",
- "appcenter-crashes": "4.0.0",
- "axios": "^0.19.2",
- "prop-types": "^15.7.2",
- "react": "16.11.0",
- "react-native": "0.62.2",
- "react-native-bootsplash": "^2.2.5",
- "react-native-config": "^1.2.1",
- "react-native-gesture-handler": "^1.6.1",
- "react-native-localization": "^2.1.6",
- "react-native-paper": "^4.0.1",
- "react-native-reanimated": "^1.9.0",
- "react-native-safe-area-context": "^3.0.7",
- "react-native-screens": "^2.9.0",
- "react-native-vector-icons": "^7.0.0",
- "react-redux": "^7.2.0",
- "redux": "^4.0.5",
- "redux-persist": "^6.0.0",
- "redux-thunk": "^2.3.0"
- },
- "devDependencies": {
- "@babel/core": "^7.6.2",
- "@babel/runtime": "^7.6.2",
- "@react-native-community/eslint-config": "^2.0.0",
- "@testing-library/jest-native": "^3.1.0",
- "@testing-library/react-native": "^5.0.3",
- "babel-jest": "^26.1.0",
- "babel-plugin-module-resolver": "^4.0.0",
- "eslint": "^7.4.0",
- "eslint-config-airbnb": "^18.2.0",
- "eslint-config-prettier": "^6.11.0",
- "eslint-import-resolver-babel-module": "^5.1.2",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-jsx-a11y": "^6.3.1",
- "eslint-plugin-prettier": "^3.1.4",
- "eslint-plugin-react": "^7.20.3",
- "eslint-plugin-react-hooks": "^4.0.6",
- "eslint-plugin-react-native-a11y": "^2.0.0",
- "jest": "^26.1.0",
- "jest-native": "^3.0.0",
- "jetifier": "^1.6.6",
- "metro-react-native-babel-preset": "^0.58.0",
- "prettier": "^2.0.5",
- "react-native-testing-library": "^2.1.0",
- "react-test-renderer": "16.11.0",
- "redux-mock-store": "^1.5.4"
- }
- }
|