2020-02-11 15:44:17 +01:00
|
|
|
{
|
2023-02-04 12:50:10 +01:00
|
|
|
"name": "eamemu-rn",
|
2020-02-11 15:44:17 +01:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
2023-02-04 12:28:55 +01:00
|
|
|
"lint": "eslint .",
|
2020-02-11 15:44:17 +01:00
|
|
|
"start": "react-native start",
|
2023-02-04 12:28:55 +01:00
|
|
|
"test": "jest"
|
2020-02-11 15:44:17 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-29 16:32:54 +02:00
|
|
|
"@os-team/i18next-react-native-language-detector": "^1.0.23",
|
2023-02-06 11:48:53 +01:00
|
|
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
|
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
2020-05-27 18:37:15 +02:00
|
|
|
"@react-native-community/masked-view": "^0.1.10",
|
2023-02-04 12:48:44 +01:00
|
|
|
"@react-navigation/native": "^6.1.3",
|
|
|
|
"@react-navigation/native-stack": "^6.9.9",
|
2023-03-28 09:14:25 +02:00
|
|
|
"i18next": "^22.4.13",
|
2023-02-04 12:28:55 +01:00
|
|
|
"react": "18.2.0",
|
2023-03-28 09:14:25 +02:00
|
|
|
"react-i18next": "^12.2.0",
|
2023-02-04 12:28:55 +01:00
|
|
|
"react-native": "0.71.2",
|
2023-02-04 12:48:44 +01:00
|
|
|
"react-native-safe-area-context": "^4.5.0",
|
|
|
|
"react-native-screens": "^3.19.0",
|
2023-02-04 17:15:51 +01:00
|
|
|
"react-native-shadow-2": "^7.0.6",
|
|
|
|
"react-native-svg": "^13.8.0",
|
2023-02-06 11:48:53 +01:00
|
|
|
"react-native-vector-icons": "^9.2.0",
|
2023-02-07 16:06:05 +01:00
|
|
|
"react-query": "^3.39.3",
|
|
|
|
"styled-components": "^5.3.6"
|
2020-02-11 15:44:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-04 12:28:55 +01:00
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
"@babel/preset-env": "^7.20.0",
|
|
|
|
"@babel/runtime": "^7.20.0",
|
|
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
|
|
"@tsconfig/react-native": "^2.0.2",
|
|
|
|
"@types/jest": "^29.2.1",
|
|
|
|
"@types/react": "^18.0.24",
|
2023-02-06 11:48:53 +01:00
|
|
|
"@types/react-native-vector-icons": "^6.4.13",
|
2023-02-04 12:28:55 +01:00
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2023-02-07 16:06:05 +01:00
|
|
|
"@types/styled-components": "^5.1.26",
|
|
|
|
"@types/styled-components-react-native": "^5.2.1",
|
2023-02-04 12:28:55 +01:00
|
|
|
"babel-jest": "^29.2.1",
|
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"jest": "^29.2.1",
|
|
|
|
"metro-react-native-babel-preset": "0.73.7",
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
"typescript": "4.8.4"
|
2020-02-11 15:44:17 +01:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|