diff --git a/package.json b/package.json index 415a921..489223c 100644 --- a/package.json +++ b/package.json @@ -10,20 +10,18 @@ "lint": "eslint --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@expo/webpack-config": "^19.0.0", "@react-native/metro-config": "^0.73.3", "expo": "~49.0.15", "expo-status-bar": "~1.6.0", "react": "18.2.0", - "react-dom": "18.2.0", "react-hook-form": "^7.48.2", "react-native": "0.72.6", - "react-native-web": "~0.19.6", "yarn": "^1.22.21", "yup": "^1.3.2" }, "devDependencies": { "@babel/core": "^7.20.0", + "@expo/webpack-config": "^19.0.0", "@types/react": "~18.2.14", "eslint": "^8.54.0", "eslint-config-universe": "^12.0.0", @@ -33,6 +31,8 @@ "eslint-plugin-react-native": "^4.1.0", "eslint-plugin-simple-import-sort": "^10.0.0", "prettier": "^3.1.0", + "react-dom": "18.2.0", + "react-native-web": "~0.19.6", "typescript": "^5.1.3" }, "private": true