Created
September 3, 2022 21:35
-
-
Save andersonFaro9/259472fcd096ad1bc563def80ec5d111 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ena", | |
"version": "1.0.0", | |
"main": "node_modules/expo/AppEntry.js", | |
"scripts": { | |
"start": "expo start", | |
"android": "expo start --android", | |
"ios": "expo start --ios", | |
"web": "expo start --web" | |
}, | |
"dependencies": { | |
"@expo/webpack-config": "^0.16.19", | |
"@react-native-async-storage/async-storage": "~1.17.3", | |
"expo": "~46.0.7", | |
"expo-linear-gradient": "~11.4.0", | |
"expo-status-bar": "~1.4.0", | |
"peers": "^0.1.0", | |
"react": "18.0.0", | |
"react-dom": "18.0.0", | |
"react-native": "0.69.5", | |
"react-native-iphone-x-helper": "^1.3.1", | |
"react-native-linear-gradient": "^2.5.6", | |
"react-native-reanimated": "~2.9.1", | |
"react-native-vector-icons": "^8.1.0", | |
"react-native-web": "~0.18.7", | |
"styled-components": "^5.3.5" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.12.9", | |
"@testing-library/jest-native": "^4.0.11", | |
"@testing-library/react-native": "^7.2.0", | |
"@types/react": "~18.0.14", | |
"@types/react-native": "~0.69.1", | |
"typescript": "~4.3.5" | |
}, | |
"jest": { | |
"preset": "jest-expo", | |
"setupFilesAfterEnv": [ | |
"@testing-library/jest-native/extend-expect" | |
] | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment