Skip to content

Instantly share code, notes, and snippets.

@LevanKvirkvelia
Created November 5, 2020 14:18
Show Gist options
  • Save LevanKvirkvelia/7c15d9d32f97f102110d3ea04b4b526d to your computer and use it in GitHub Desktop.
Save LevanKvirkvelia/7c15d9d32f97f102110d3ea04b4b526d to your computer and use it in GitHub Desktop.
{
"name": "diary-app",
"version": "8.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "webpack-dev-server -d --config ./web/webpack.config.js --inline --hot --colors --host 0.0.0.0",
"web:ts": "npm-run-all -p web tsc",
"start:ts": "npm-run-all -p start tsc",
"start": "react-native start",
"tsc": "tsc --watch",
"test": "jest",
"lint": "eslint .",
"preinstall": "node -e \"if(!/yarn|lerna/.test(process.env.npm_execpath)) throw new Error('You must use Yarn to install, not NPM')\"",
"postinstall": "npx jetify",
"fr": "yarn install && npm run all-full-release",
"ifr": "npm run ios-full-release",
"afr": "npm run android-full-release",
"is": "npm run ios-staging",
"as": "npm run android-staging",
"ios-staging": "",
"ios-promote": "",
"ios-sentry": "",
"ios-full-release": "",
"android-staging": "",
"android-promote": "",
"android-sentry": "",
"android-full-release": "",
"_dep": "",
"_depGH": "",
"_promote": "",
"build:web": "",
"bundle:analysis": "visualize-bundle",
"pretify": "prettier --config .prettierrc --write \"**/*.*(js|jsx|ts|tsx)\""
},
"dependencies": {
"@diaryapp/diaryparsers": "9.0.34",
"@diaryapp/ios-attribution": "^8.0.3",
"@expo/react-native-action-sheet": "^3.8.0",
"@expo/webpack-config": "^0.12.22",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/cookies": "^4.0.1",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-native-community/progress-bar-android": "^1.0.3",
"@react-native-community/progress-view": "^1.1.1",
"@react-native-firebase/admob": "7.1.3",
"@react-native-firebase/analytics": "7.1.3",
"@react-native-firebase/app": "7.2.0",
"@react-native-firebase/dynamic-links": "7.1.3",
"@react-native-firebase/messaging": "7.1.4",
"@react-native-firebase/perf": "7.1.3",
"@react-navigation/bottom-tabs": "^5.7.3",
"@react-navigation/core": "^5.12.3",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/routers": "^5.4.11",
"@react-navigation/stack": "^5.9.0",
"@rudderstack/rudder-sdk-react-native": "^1.0.3",
"@sentry/browser": "^5.20.1",
"@sentry/react-native": "1.3.3",
"@types/color": "^3.0.0",
"@types/react-native": "^0.63.19",
"@types/react-native-vector-icons": "^6.4.6",
"@vkontakte/vk-bridge": "^2.2.6",
"buffer": "^5.4.3",
"color": "^3.1.2",
"color-parse": "^1.3.8",
"deep-object-diff": "^1.1.0",
"deepmerge": "^4.2.2",
"file-loader": "^6.0.0",
"firebase": "^7.17.1",
"lodash": "4.17.19",
"md5": "^2.2.1",
"modal-enhanced-react-native-web": "0.2.0",
"modal-react-native-web": "0.2.0",
"moment": "^2.24.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"query-string": "^6.8.3",
"re-reselect": "^3.4.0",
"react": "16.13.1",
"react-content-loader": "^5.1.0",
"react-dom": "^16.13.1",
"react-ga": "^3.2.0",
"react-native": "0.63.3",
"react-native-actionsheet": "^2.4.2",
"react-native-bootsplash": "^2.2.5",
"react-native-calendars": "^1.264.0",
"react-native-code-push": "^6.3.0",
"react-native-device-info": "^3.1.4",
"react-native-dialog": "^5.6.0",
"react-native-dialog-input": "^1.0.7",
"react-native-document-picker": "^3.5.2",
"react-native-fast-image": "^8.3.2",
"react-native-flash-message": "^0.1.16",
"react-native-gesture-handler": "^1.7.0",
"react-native-iap": "^4.0.3",
"react-native-image-crop-picker": "^0.28.0",
"react-native-image-progress": "^1.1.1",
"react-native-install-referrer": "^1.0.1",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-pdf": "^6.2.1",
"react-native-progress": "^4.0.3",
"react-native-reanimated": "1.13.0",
"react-native-redash": "^14.2.3",
"react-native-safe-area-context": "^3.1.6",
"react-native-screens": "^2.10.1",
"react-native-screenshot-detect": "^1.1.0",
"react-native-share": "^3.5.0",
"react-native-svg": "^12.1.0",
"react-native-svg-web": "^1.0.9",
"react-native-swiper": "^1.5.14",
"react-native-tab-view": "^2.15.2",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "7.0.0",
"react-native-video": "^5.0.2",
"react-native-websocket": "^1.0.2",
"react-native-webview": "^10.9.0",
"react-native-youtube-iframe": "^1.2.3",
"react-redux": "^7.1.1",
"react-yandex-metrika": "^2.6.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rn-fetch-blob": "^0.12.0",
"rudder-sdk-js": "^1.0.6",
"throttle-debounce": "^2.3.0",
"typograf": "^6.11.0",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-export-default": "^7.0.0-beta.32",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"@types/jest": "^26.0.14",
"@types/md5": "^2.2.0",
"@types/react": "^16.9.49",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@vercel/node": "1.8.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-native-web": "^0.12.2",
"copy-webpack-plugin": "^6.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react-native": "^3.9.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.3.0",
"jest": "^25.1.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.59.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"react-native-web": "^0.13.5",
"react-test-renderer": "16.13.1",
"typescript": "^4.0.3",
"url-loader": "^4.1.0",
"visualize-bundle": "^1.3.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern \"**/*.*(js|jsx|ts|tsx)\" "
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment