application-amicale/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2019-06-25 22:16:14 +02:00
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
2020-03-20 22:31:27 +01:00
"eject": "expo eject",
"test": "jest",
"testw": "jest --watch",
"testc": "jest --coverage"
},
"jest": {
2020-03-20 22:50:28 +01:00
"preset": "react-native",
"setupFilesAfterEnv": ["jest-extended"]
2019-06-25 22:16:14 +02:00
},
"dependencies": {
"@expo/vector-icons": "~10.0.0",
2020-02-05 10:25:19 +01:00
"@react-native-community/masked-view": "0.1.5",
2020-03-05 10:29:15 +01:00
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/drawer": "^5.1.1",
"@react-navigation/material-bottom-tabs": "^5.1.1",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"expo": "^36.0.0",
"expo-localization": "~8.0.0",
"expo-permissions": "~8.0.0",
2020-03-05 10:29:15 +01:00
"expo-web-browser": "~8.0.0",
2019-06-25 22:20:24 +02:00
"i18n-js": "^3.3.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-app-intro-slider": "^3.0.0",
"react-native-autolink": "^1.8.1",
2020-02-05 10:25:19 +01:00
"react-native-calendars": "^1.260.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-modalize": "^1.3.6",
"react-native-paper": "^3.6.0",
2020-02-05 10:25:19 +01:00
"react-native-reanimated": "~1.4.0",
2019-09-15 15:12:26 +02:00
"react-native-render-html": "^4.1.2",
2020-02-05 10:25:19 +01:00
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-webview": "7.4.3",
2020-03-11 21:04:17 +01:00
"react-native-appearance": "~0.3.1",
"expo-linear-gradient": "~8.0.0"
2019-06-25 22:16:14 +02:00
},
"devDependencies": {
2020-03-20 22:31:27 +01:00
"babel-preset-expo": "^8.0.0",
"jest": "^25.1.0",
2020-03-20 22:50:28 +01:00
"jest-extended": "^0.11.5",
2020-03-20 22:31:27 +01:00
"react-test-renderer": "^16.13.1"
2019-06-25 22:16:14 +02:00
},
"private": true
}