Skip to content

Instantly share code, notes, and snippets.

@elencho
Created April 3, 2023 11:02
Show Gist options
  • Save elencho/01292c9e1a5c2099e7546207859b38db to your computer and use it in GitHub Desktop.
Save elencho/01292c9e1a5c2099e7546207859b38db to your computer and use it in GitHub Desktop.
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.0.0",
"@types/hammerjs": "^2.0.38",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^27.0.3",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^26.6.3",
"clang-format": "^1.8.0",
"eslint": "^7.15.0",
"eslint-config-satya164": "^3.1.8",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.0.0",
"expo": "^35.0.1",
"husky": "^8.0.1",
"jest": "^26.6.3",
"lint-staged": "^12.3.2",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "^16.12.0",
"react-native": "0.71.0",
"react-native-builder-bob": "^0.17.1",
"react-native-reanimated": "^2.3.1",
"react-native-web": "^0.11.7",
"react-test-renderer": "17.0.2",
"release-it": "^13.6.5",
"typescript": "^4.5.5"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment