Files
booster/app/package.json
2020-01-10 22:00:12 +08:00

107 lines
4.1 KiB
JSON

{
"name": "@mercy/app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"storybook": "start-storybook",
"build": "tsc",
"lint": "eslint --ext js,ts,tsx src",
"xcode": "open ios/mercy.xcworkspace",
"studio": "open -a /Applications/Android\\ Studio.app ./android/",
"ci": "yarn lint && yarn build",
"postinstall": "patch-package && jetify",
"codepush:ios": "appcenter codepush release-react -a PHARAH_IOS_APPCENTER_PROJECT --plist-file ios/mercy/Info.plist -k codepushsign.pem",
"codepush:android": "appcenter codepush release-react -a PHARAH_ANDROID_APPCENTER_PROJECT -k codepushsign.pem"
},
"workspaces": {
"nohoist": [
"**"
]
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.5",
"@react-native-community/slider": "^2.0.8",
"@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/database": "^6.2.0",
"@react-native-firebase/firestore": "^6.2.0",
"@react-native-firebase/functions": "^6.2.0",
"@react-native-firebase/messaging": "^6.2.0",
"@react-native-firebase/perf": "^6.2.0",
"@react-native-firebase/storage": "^6.2.0",
"@react-navigation/bottom-tabs": "^5.0.0-alpha.29",
"@react-navigation/core": "^5.0.0-alpha.29",
"@react-navigation/native": "^5.0.0-alpha.21",
"@react-navigation/stack": "^5.0.0-alpha.46",
"@types/uuid": "^3.4.6",
"color": "^3.1.2",
"date-fns": "^2.5.0",
"fuse.js": "^3.4.5",
"lodash": "^4.17.15",
"react": "16.9.0",
"react-native": "^0.61.5",
"react-native-code-push": "^6.0.0",
"react-native-device-info": "^4.0.1",
"react-native-fast-image": "^7.0.2",
"react-native-fbsdk": "^1.1.1",
"react-native-fs": "^2.16.2",
"react-native-geolocation-service": "^3.1.0",
"react-native-gesture-handler": "^1.5.2",
"react-native-gifted-chat": "^0.11.2",
"react-native-google-signin": "^2.1.0",
"react-native-image-picker": "^1.1.0",
"react-native-image-resizer": "^1.0.1",
"react-native-inappbrowser-reborn": "^3.3.3",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-manager": "^4.0.13-16",
"react-native-linear-gradient": "^2.5.6",
"react-native-paper": "^3.4.0",
"react-native-permissions": "^2.0.8",
"react-native-reanimated": "^1.3.0",
"react-native-safe-area-context": "^0.6.1",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-svg": "^9.13.3",
"react-native-system-setting": "^1.7.3",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-native-video-cache": "^1.0.0",
"styled-components": "^4.4.0",
"tipsi-stripe": "^7.5.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@storybook/addon-actions": "5.3.0-beta.25",
"@storybook/addon-knobs": "5.3.0-beta.25",
"@storybook/addon-ondevice-actions": "5.3.0-beta.25",
"@storybook/addon-ondevice-knobs": "5.3.0-beta.25",
"@storybook/addon-ondevice-notes": "5.3.0-beta.25",
"@storybook/react-native": "5.3.0-beta.25",
"@storybook/react-native-server": "5.3.0-beta.25",
"@types/color": "^3.0.0",
"@types/lodash": "^4.14.146",
"@types/node": "^13.1.4",
"@types/react": "^16.9.9",
"@types/react-native": "^0.60.21",
"@types/react-native-fbsdk": "^1.0.0",
"@types/react-native-vector-icons": "^6.4.4",
"@types/styled-components": "^4.1.19",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.56.0",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"react-native-svg-transformer": "^0.14.3",
"typescript": "^3.7.2"
}
}