1
0
mirror of synced 2024-11-23 23:01:00 +01:00
eAMEMu_RN/package.json

54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

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",
"lint": "eslint .",
2020-02-11 15:44:17 +01:00
"start": "react-native start",
"test": "jest"
2020-02-11 15:44:17 +01:00
},
"dependencies": {
"@os-team/i18next-react-native-language-detector": "^1.0.23",
"@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",
"@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",
"react": "18.2.0",
2023-03-28 09:14:25 +02:00
"react-i18next": "^12.2.0",
"react-native": "0.71.2",
"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",
"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": {
"@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",
"@types/react-native-vector-icons": "^6.4.13",
"@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",
"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"
}
}