soya/package.json

100 lines
3.5 KiB
JSON

{
"name": "soya",
"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/preset-flow": "^7.18.6",
"@freakycoder/react-native-progressive-fast-image": "^1.0.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.3.9",
"@react-native-firebase/app": "^17.4.2",
"@react-native-firebase/messaging": "^17.4.2",
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/material-bottom-tabs": "^6.2.5",
"@react-navigation/native": "^6.0.14",
"@react-navigation/stack": "^6.3.5",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.0.1",
"axios": "^1.2.0",
"axios-digest": "^0.3.0",
"jest-environment-jsdom": "^29.5.0",
"lodash": "^4.17.21",
"lottie-react-native": "^5.1.4",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
"moment": "^2.29.4",
"needle": "^3.2.0",
"qs": "^6.11.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-background-timer": "^2.4.1",
"react-native-base64": "^0.2.1",
"react-native-code-push": "^7.0.5",
"react-native-codegen": "^0.71.3",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-date-picker": "^4.2.6",
"react-native-digest-fetch": "^1.0.5",
"react-native-easy-grid": "^0.2.2",
"react-native-easy-toast": "^2.3.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.8.0",
"react-native-htmlview": "^0.16.0",
"react-native-i18n": "^2.0.15",
"react-native-image-modal": "^2.0.4",
"react-native-image-picker": "^4.10.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.3.2",
"react-native-modal": "^13.0.1",
"react-native-modals": "^0.22.3",
"react-native-notifier": "^1.9.0",
"react-native-paper": "^4.12.5",
"react-native-popup-menu": "^0.16.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-safearea-height": "^1.0.6",
"react-native-screens": "^3.18.2",
"react-native-size-matters": "^0.4.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^13.6.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.3.0",
"react-native-textinput-effects": "^0.6.3",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.26.0",
"react-theme-provider": "^0.1.3",
"underscore": "^1.13.6"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-community/eslint-config": "^3.2.0",
"@types/jest": "^29.5.1",
"babel-jest": "^29.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-mock-axios": "^4.7.1",
"metro-react-native-babel-preset": "^0.73.3",
"react-test-renderer": "17.0.2",
"ts-jest": "^29.1.0"
}
}