-
-
Save NickM101/13723829663896accdc16eeff8b8a41e to your computer and use it in GitHub Desktop.
Timpler package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Timpler", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"a": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug", | |
"android": "react-native run-android", | |
"ios": "react-native run-ios", | |
"start": "react-native start", | |
"test": "jest", | |
"extract": "gettext-extract" | |
}, | |
"dependencies": { | |
"@invertase/react-native-apple-authentication": "^0.1.1", | |
"@react-native-community/blur": "^3.4.1", | |
"@react-native-community/datetimepicker": "^2.1.0", | |
"@react-native-community/netinfo": "^5.3.3", | |
"@react-native-community/push-notification-ios": "^1.0.5", | |
"@react-native-firebase/analytics": "^6.2.0", | |
"@react-native-firebase/app": "^6.2.0", | |
"@react-native-firebase/auth": "^6.2.0", | |
"@react-native-firebase/crashlytics": "^6.2.0", | |
"@react-native-firebase/dynamic-links": "^6.2.0", | |
"@react-native-firebase/firestore": "^6.2.0", | |
"@react-native-firebase/messaging": "^6.2.0", | |
"@react-native-firebase/perf": "^6.2.0", | |
"@react-native-firebase/remote-config": "^6.2.0", | |
"@react-native-firebase/storage": "^6.2.0", | |
"axios": "^0.19.1", | |
"color": "^3.1.2", | |
"date-fns": "^2.9.0", | |
"firebase": "^7.7.0", | |
"fuse.js": "^3.4.6", | |
"gettext-extract": "^2.0.1", | |
"immer": "^5.3.2", | |
"lodash": "^4.17.15", | |
"proxyequal": "^2.1.2", | |
"react": "16.12.0", | |
"react-native": "0.61.5", | |
"react-native-calendar-events": "^1.7.3", | |
"react-native-calendar-reminders-pod": "^1.1.3", | |
"react-native-code-push": "^6.0.0", | |
"react-native-dark-mode": "^0.2.1", | |
"react-native-fast-image": "^7.0.2", | |
"react-native-fbsdk": "^1.1.1", | |
"react-native-file-share-intent": "^1.1.2", | |
"react-native-fingerprint-scanner": "^3.0.2", | |
"react-native-gesture-handler": "^1.5.3", | |
"react-native-haptic": "^1.0.1", | |
"react-native-image-picker": "^2.0.0", | |
"react-native-image-resizer": "^1.1.0", | |
"react-native-intl": "^1.0.0", | |
"react-native-keep-awake": "^4.0.0", | |
"react-native-keyboard-manager": "^4.0.13-16", | |
"react-native-linear-gradient": "^2.5.6", | |
"react-native-localize": "^1.3.2", | |
"react-native-mail": "^4.1.0", | |
"react-native-navigation": "^4.5.3", | |
"react-native-network-info": "^5.2.1", | |
"react-native-orientation-locker": "^1.1.8", | |
"react-native-push-notification": "^3.1.9", | |
"react-native-quick-actions": "^0.3.13", | |
"react-native-rate": "^1.1.10", | |
"react-native-reanimated": "^1.7.0", | |
"react-native-screens": "^2.0.0-alpha.25", | |
"react-native-spotlight-search": "^1.3.0", | |
"react-native-touch-id": "^4.4.1", | |
"react-native-vector-icons": "^6.6.0", | |
"sprintf-js": "^1.1.2", | |
"styled-components": "^5.0.0", | |
"uuid": "^3.4.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.8.3", | |
"@babel/runtime": "^7.8.3", | |
"@react-native-community/eslint-config": "^0.0.6", | |
"@types/color": "^3.0.1", | |
"@types/date-fns": "^2.6.0", | |
"@types/glob": "^7.1.1", | |
"@types/lodash": "^4.14.149", | |
"@types/react": "^16.9.17", | |
"@types/react-native": "^0.61.0", | |
"@types/react-native-fbsdk": "^1.0.0", | |
"@types/react-native-keep-awake": "^2.0.2", | |
"@types/react-native-mail": "^3.0.0", | |
"@types/react-native-push-notification": "^3.0.7", | |
"@types/react-native-vector-icons": "^6.4.5", | |
"@types/sprintf-js": "^1.1.2", | |
"@types/styled-components": "^4.4.2", | |
"@types/uuid": "^3.4.6", | |
"babel-jest": "^24.9.0", | |
"babel-plugin-transform-remove-console": "^6.9.4", | |
"code-push-cli": "^2.1.9", | |
"eslint": "^6.8.0", | |
"glob": "^7.1.6", | |
"jest": "^24.9.0", | |
"metro-react-native-babel-preset": "^0.57.0", | |
"pot-merge": "^2.2.0", | |
"prettier": "^1.19.1", | |
"react-devtools": "4.4.0", | |
"react-test-renderer": "16.12.0", | |
"ts-node": "^8.6.2", | |
"typescript": "^3.7.5" | |
}, | |
"jest": { | |
"preset": "react-native" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment