Skip to content

Instantly share code, notes, and snippets.

@Crysp
Created June 23, 2024 08:35
Show Gist options
  • Save Crysp/870449766c63141ab138d965eb4dca5a to your computer and use it in GitHub Desktop.
Save Crysp/870449766c63141ab138d965eb4dca5a to your computer and use it in GitHub Desktop.
{
"name": "meetinger",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android": "react-native run-android --active-arch-only",
"ios": "react-native run-ios --simulator=\"iPhone X\"",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"start": "react-native start",
"test": "TZ='Europe/Moscow' jest",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"check:types": "tsc --noEmit",
"prettier": "prettier ./src --write",
"renameFonts": "node scripts/opentype.mjs",
"ios:reset_permissions": "xcrun simctl privacy booted reset all com.teemco.meetinger",
"addFonts": "npx react-native-asset"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.3",
"@mapbox/geo-viewport": "^0.5.0",
"@notifee/react-native": "^7.8.2",
"@react-native-camera-roll/camera-roll": "^7.8.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-firebase/analytics": "^20.0.0",
"@react-native-firebase/app": "^20.0.0",
"@react-native-firebase/auth": "^20.0.0",
"@react-native-firebase/firestore": "^20.0.0",
"@react-native-firebase/messaging": "^20.0.0",
"@react-native-firebase/storage": "^20.0.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"@rnmapbox/maps": "^10.1.24",
"@sentry/react-native": "^5.22.3",
"@shopify/flash-list": "^1.6.4",
"@sweet-monads/either": "^3.3.1",
"@turf/turf": "7.0.0-alpha.2",
"@types/metro-config": "^0.76.3",
"axios": "^1.7.2",
"axios-retry": "^4.3.0",
"date-fns": "^3.6.0",
"events": "^3.3.0",
"grapheme-splitter": "^1.0.4",
"i18next": "^23.11.5",
"intl-pluralrules": "^2.0.1",
"libphonenumber-js": "^1.11.2",
"lodash": "^4.17.21",
"lottie-react-native": "^6.7.2",
"merkle-json": "^2.6.0",
"mime": "^4.0.3",
"mime-db": "^1.52.0",
"mitt": "^3.0.1",
"patch-package": "^8.0.0",
"ramda": "^0.30.0",
"react": "18.2.0",
"react-i18next": "^14.1.2",
"react-native": "^0.74.1",
"react-native-appsflyer": "^6.14.3",
"react-native-background-fetch": "^4.1.10",
"react-native-background-geolocation": "^4.12.1",
"react-native-background-timer": "^2.4.1",
"react-native-bootsplash": "^5.5.3",
"react-native-contacts": "^7.0.8",
"react-native-device-country": "^1.0.4",
"react-native-device-info": "^11.1.0",
"react-native-extended-stylesheet": "Crysp/react-native-extended-stylesheet#master",
"react-native-fast-image": "^8.6.3",
"react-native-fast-shadow": "^0.1.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-crop-picker": "^0.41.1",
"react-native-localization-settings": "^1.0.2",
"react-native-mmkv": "^2.12.2",
"react-native-network-logger": "^1.16.1",
"react-native-permissions": "^3.8.1",
"react-native-prompt-android": "^1.1.0",
"react-native-reanimated": "^3.11.0",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "^4.10.3",
"react-native-screens": "^3.31.1",
"react-native-share": "^10.2.1",
"react-native-svg": "^15.3.0",
"react-native-uuid": "^2.0.2",
"react-native-webview": "^13.10.2",
"react-native-zip-archive": "6",
"rxjs": "^7.8.1",
"telegram-format": "^3.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@testing-library/react-native": "^12.5.1",
"@tsconfig/react-native": "^3.0.5",
"@types/crypto-js": "^4.2.2",
"@types/events": "^3.0.3",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/mapbox__geo-viewport": "^0.5.3",
"@types/mime": "^4.0.0",
"@types/mime-db": "^1.43.5",
"@types/node": "^20.12.13",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.6",
"@types/react-native": "^0.73.0",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-test-renderer": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-rewrite-require": "^1.14.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"cli-color": "^2.0.4",
"eslint": "^8.56.0",
"eslint-plugin-ft-flow": "^3.0.9",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.6.3",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"react-native-dotenv": "^3.4.11",
"react-native-flipper-performance-plugin": "^0.4.0",
"react-native-svg-transformer": "^1.4.0",
"react-test-renderer": "^18.3.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.2.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment