| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "recipemuse",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "start": "react-native start",
- "test": "jest",
- "lint:rules": "eslint . --cache",
- "lint:code-format": "prettier --check \"{src,__mocks__}/**/*.{js,json,md,ts,tsx,yml,yaml}\"",
- "lint:type-check": "tsc",
- "lint": "yarn lint:rules && yarn lint:code-format && yarn lint:type-check",
- "lint:fix": "yarn lint:rules --fix && yarn lint:code-format --write && yarn lint:type-check",
- "test:report": "jest --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --coverage",
- "pod-install": "npx pod-install"
- },
- "dependencies": {
- "@invertase/react-native-apple-authentication": "^2.4.1",
- "@react-native-google-signin/google-signin": "^16.0.0",
- "@react-native-masked-view/masked-view": "^0.3.2",
- "@react-navigation/native": "^7.1.16",
- "@react-navigation/stack": "^7.4.4",
- "@tanstack/react-query": "^5.84.0",
- "i18next": "^25.3.2",
- "intl-pluralrules": "^2.0.1",
- "ky": "^1.8.2",
- "react": "19.1.0",
- "react-error-boundary": "^5.0.0",
- "react-i18next": "^15.6.1",
- "react-native": "0.80.2",
- "react-native-device-info": "^14.1.1",
- "react-native-gesture-handler": "^2.27.2",
- "react-native-mmkv": "^3.3.0",
- "react-native-reanimated": "^4.1.3",
- "react-native-safe-area-context": "^5.5.2",
- "react-native-screens": "4.13.1",
- "react-native-svg": "^15.12.1",
- "react-native-webview": "^13.16.0",
- "react-native-worklets": "^0.5.2",
- "zod": "^4.0.14"
- },
- "devDependencies": {
- "@babel/core": "^7.25.2",
- "@babel/plugin-transform-export-namespace-from": "^7.27.1",
- "@babel/preset-env": "^7.25.3",
- "@babel/runtime": "^7.26.10",
- "@eslint/js": "^9.23.0",
- "@react-native-community/cli": "19.1.1",
- "@react-native-community/cli-platform-android": "19.1.1",
- "@react-native-community/cli-platform-ios": "19.1.1",
- "@react-native/babel-preset": "0.80.2",
- "@react-native/eslint-config": "0.80.2",
- "@react-native/metro-config": "0.80.2",
- "@react-native/typescript-config": "0.80.2",
- "@testing-library/react-native": "^13.2.2",
- "@types/jest": "^29.5.13",
- "@types/node": "^22.13.17",
- "@types/react": "^19.1.0",
- "@types/react-test-renderer": "^19.1.0",
- "@typescript-eslint/parser": "^8.29.0",
- "babel-plugin-inline-dotenv": "^1.7.0",
- "babel-plugin-module-resolver": "^5.0.0",
- "babel-plugin-root-import": "^6.6.0",
- "dotenv": "^16.4.7",
- "eslint": "^9.32.0",
- "eslint-config-prettier": "^10.1.8",
- "eslint-import-resolver-typescript": "^4.4.4",
- "eslint-plugin-import": "^2.32.0",
- "eslint-plugin-jest": "^29.0.1",
- "eslint-plugin-perfectionist": "^4.15.0",
- "eslint-plugin-react": "^7.37.5",
- "eslint-plugin-react-hooks": "^5.2.0",
- "eslint-plugin-react-refresh": "^0.4.20",
- "eslint-plugin-testing-library": "^7.6.3",
- "eslint-plugin-unicorn": "^60.0.0",
- "jest": "^29.7.0",
- "prettier": "^3.6.2",
- "react-native-svg-transformer": "^1.5.0",
- "react-test-renderer": "19.1.0",
- "reactotron-react-native": "^5.1.12",
- "reactotron-react-native-mmkv": "^0.2.8",
- "reactotron-react-query": "^2.0.2",
- "typescript": "^5.8.2",
- "typescript-eslint": "^8.38.0"
- },
- "engines": {
- "node": ">=20.12"
- }
- }
|