2022-06-08 00:50:05 +02:00
|
|
|
{
|
|
|
|
"name": "app",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-08 01:56:31 +02:00
|
|
|
"@react-navigation/native": "^6.0.10",
|
|
|
|
"@react-navigation/native-stack": "^6.6.2",
|
2022-06-08 00:50:05 +02:00
|
|
|
"react": "17.0.2",
|
2022-06-08 01:56:31 +02:00
|
|
|
"react-native": "0.68.2",
|
|
|
|
"react-native-safe-area-context": "^4.3.1",
|
|
|
|
"react-native-screens": "^3.13.1"
|
2022-06-08 00:50:05 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@types/jest": "^26.0.23",
|
|
|
|
"@types/react-native": "^0.67.3",
|
|
|
|
"@types/react-test-renderer": "^17.0.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
|
|
"babel-jest": "^26.6.3",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"metro-react-native-babel-preset": "^0.67.0",
|
|
|
|
"react-test-renderer": "17.0.2",
|
|
|
|
"typescript": "^4.4.4"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^17"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
2022-06-08 01:56:31 +02:00
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)"
|
2022-06-08 00:50:05 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|