You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.8 KiB

{
"name": "expo-init",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --coverage=true --coverageDirectory=./test/coverage"
},
"jest": {
"preset": "jest-expo",
"verbose": true,
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"testMatch": [
"**.test.js",
"**.test.ts",
"**.test.tsx",
"**.test.jsx"
],
"testEnvironment": "node",
"testEnvironmentOptions": {
"browsers": [
"chrome",
"firefox",
"safari"
]
}
},
"dependencies": {
"@jest/globals": "^29.5.0",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"create-expo-app": "^1.3.2",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.0.1",
"expo": "~47.0.12",
"expo-status-bar": "~1.4.2",
"jest-expo": "^48.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "^0.70.5",
"react-native-gesture-handler": "^2.9.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9",
"expo-splash-screen": "~0.17.5",
"react-redux": "^8.0.5",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"jest": "^29.5.0",
"react-native-testing-library": "^6.0.0",
"typescript": "^4.6.3"
},
"private": true
}