application-amicale/package.json

72 lines
2.4 KiB
JSON
Raw Normal View History

2019-06-25 22:16:14 +02:00
{
"scripts": {
2020-04-25 15:09:08 +02:00
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
2019-06-25 22:16:14 +02:00
"web": "expo start --web",
2020-03-20 22:31:27 +01:00
"test": "jest",
"testw": "jest --watch",
"testc": "jest --coverage"
},
"jest": {
2020-03-20 22:50:28 +01:00
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base)"
],
2020-03-29 11:47:27 +02:00
"setupFilesAfterEnv": [
"jest-extended"
]
2019-06-25 22:16:14 +02:00
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.6",
2020-03-05 10:29:15 +01:00
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/drawer": "^5.1.1",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
2020-04-26 23:05:27 +02:00
"expo": "^37.0.0",
"expo-barcode-scanner": "~8.1.0",
"expo-camera": "latest",
2019-06-25 22:20:24 +02:00
"i18n-js": "^3.3.0",
2020-04-26 23:05:27 +02:00
"react": "~16.9.0",
"react-dom": "16.9.0",
"react-native": "~0.61.5",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.0",
"react-native-appearance": "~0.3.3",
"react-native-autolink": "^3.0.0",
2020-02-05 10:25:19 +01:00
"react-native-calendars": "^1.260.0",
2020-04-16 19:57:11 +02:00
"react-native-collapsible": "^1.5.2",
2020-04-26 23:05:27 +02:00
"react-native-gesture-handler": "~1.6.0",
"react-native-image-modal": "^1.0.6",
"react-native-keychain": "^6.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.0",
"react-native-modalize": "^1.3.6",
2020-04-16 10:47:48 +02:00
"react-native-paper": "^3.8.0",
"react-native-permissions": "^2.1.3",
2020-04-26 23:05:27 +02:00
"react-native-reanimated": "~1.7.0",
2019-09-15 15:12:26 +02:00
"react-native-render-html": "^4.1.2",
"react-native-safe-area-context": "0.7.3",
2020-04-26 23:05:27 +02:00
"react-native-screens": "~2.2.0",
"react-native-splash-screen": "^3.2.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.11.7",
2020-04-08 15:47:40 +02:00
"react-native-webview": "8.1.1",
2020-04-16 10:47:48 +02:00
"react-navigation-collapsible": "^5.5.0",
2020-04-25 15:09:08 +02:00
"react-navigation-header-buttons": "^3.0.5"
2019-06-25 22:16:14 +02:00
},
"devDependencies": {
"@babel/core": "^7.9.0",
2020-04-25 15:09:08 +02:00
"babel-jest": "~25.2.6",
"jest": "^25.1.0",
"react-test-renderer": "^16.13.1",
"@babel/cli": "^7.8.4",
"@babel/preset-flow": "^7.9.0",
"babel-preset-expo": "^8.1.0",
"flow-bin": "^0.122.0",
2020-04-25 15:09:08 +02:00
"jest-extended": "^0.11.5"
2019-06-25 22:16:14 +02:00
},
"private": true
}