{ "name": "pliwould", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint" }, "dependencies": { "@babel/runtime": "^7.24.7", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "^1.23.1", "@react-native/assets-registry": "^0.74.84", "@react-navigation/native": "^6.1.17", "@reduxjs/toolkit": "^2.2.5", "@testing-library/react-native": "^12.5.1", "@types/js-quantities": "^1.6.6", "convert": "^5.3.0", "enheter": "^1.0.27", "esm": "link:@types/js-quantities/esm", "expo": "~51.0.16", "expo-constants": "~16.0.2", "expo-font": "~12.0.7", "expo-linking": "~6.3.1", "expo-router": "~3.5.17", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.6", "expo-web-browser": "~13.0.3", "interopRequireDefault": "link:@babel/runtime/helpers/interopRequireDefault", "js-quantities": "^1.8.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.2", "react-native-gesture-handler": "~2.16.2", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-uuid": "^2.0.2", "react-native-web": "~0.19.12", "react-redux": "^9.1.2", "redux-remember": "^5.1.0", "safe-units": "^2.0.1", "uuid": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "@types/react": "~18.2.79", "@types/react-test-renderer": "^18.3.0", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "enzyme-adapter-react-15": "^1.4.4", "eslint-config-airbnb": "^19.0.4", "jest": "^29.7.0", "jest-expo": "~51.0.3", "react-test-renderer": "18.2.0", "ts-jest": "^29.1.5", "typescript": "~5.3.3" }, "private": true }