chore: remove unused dependencies
This commit is contained in:
13
package.json
13
package.json
@@ -7,7 +7,6 @@
|
||||
"android": "react-native run-android",
|
||||
"ios": "react-native run-ios --scheme \"Fintunes\"",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
|
||||
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
|
||||
"postinstall": "patch-package"
|
||||
@@ -24,13 +23,10 @@
|
||||
"@react-navigation/stack": "^6.2.0",
|
||||
"@reduxjs/toolkit": "^1.9.0",
|
||||
"@shopify/react-native-skia": "^0.1.237",
|
||||
"@types/lodash": "^4.14.188",
|
||||
"date-fns": "^2.29.3",
|
||||
"events": "^3.3.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
"i18n-js": "^3.9.2",
|
||||
"lodash": "^4.17.21",
|
||||
"patch-package": "^6.5.1",
|
||||
"react": "18.2.0",
|
||||
"react-airplay": "^1.2.0",
|
||||
"react-native": "^0.73.0",
|
||||
@@ -57,32 +53,27 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@react-native/metro-config": "^0.73.4",
|
||||
"@react-native/typescript-config": "^0.74.0",
|
||||
"@sentry/cli": "^2.27.0",
|
||||
"@sentry/react-native": "^5.17.0",
|
||||
"@types/i18n-js": "^3.8.3",
|
||||
"@types/jest": "^29.2.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/node": "^20.3.1",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"@types/redux-logger": "^3.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
"babel-jest": "^29.3.1",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"jest": "^29.2.1",
|
||||
"metro-config": "^0.80.0",
|
||||
"metro-react-native-babel-preset": "^0.73.10",
|
||||
"metro-react-native-babel-transformer": "^0.73.3",
|
||||
"react-native-codegen": "^0.72.0",
|
||||
"patch-package": "^8.0.0",
|
||||
"react-native-flipper": "^0.212.0",
|
||||
"react-native-svg-transformer": "^1.3.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user