2019-06-25 22:16:14 +02:00
|
|
|
{
|
2020-04-29 13:04:59 +02:00
|
|
|
"name": "campus",
|
2020-05-20 10:46:34 +02:00
|
|
|
"version": "3.0.0",
|
2020-04-29 13:04:59 +02:00
|
|
|
"private": true,
|
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",
|
2020-03-20 22:31:27 +01:00
|
|
|
"test": "jest",
|
2020-04-29 13:04:59 +02:00
|
|
|
"lint": "eslint ."
|
2020-03-20 22:31:27 +01:00
|
|
|
},
|
|
|
|
"jest": {
|
2020-03-20 22:50:28 +01:00
|
|
|
"preset": "react-native",
|
2020-03-30 23:44:06 +02:00
|
|
|
"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": {
|
2020-04-29 11:34:52 +02:00
|
|
|
"@nartc/react-native-barcode-mask": "^1.1.9",
|
2020-05-01 16:57:37 +02:00
|
|
|
"@react-native-community/async-storage": "^1.9.0",
|
2020-05-01 17:36:04 +02:00
|
|
|
"@react-native-community/masked-view": "^0.1.10",
|
2020-04-30 18:08:36 +02:00
|
|
|
"@react-native-community/push-notification-ios": "^1.1.1",
|
2020-05-01 15:59:47 +02:00
|
|
|
"@react-native-community/slider": "^2.0.9",
|
2020-05-01 17:36:04 +02:00
|
|
|
"@react-navigation/bottom-tabs": "^5.3.2",
|
|
|
|
"@react-navigation/native": "^5.2.2",
|
|
|
|
"@react-navigation/stack": "^5.2.17",
|
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",
|
2020-04-16 19:26:40 +02:00
|
|
|
"react-native-animatable": "^1.3.3",
|
2020-04-05 23:51:15 +02:00
|
|
|
"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-29 11:34:52 +02:00
|
|
|
"react-native-camera": "^3.23.1",
|
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",
|
2020-04-20 19:40:16 +02:00
|
|
|
"react-native-image-modal": "^1.0.6",
|
2020-04-27 22:55:24 +02:00
|
|
|
"react-native-keychain": "^6.0.0",
|
2020-04-27 21:40:30 +02:00
|
|
|
"react-native-linear-gradient": "^2.5.6",
|
2020-04-27 21:47:49 +02:00
|
|
|
"react-native-localize": "^1.4.0",
|
2020-01-26 17:51:15 +01:00
|
|
|
"react-native-modalize": "^1.3.6",
|
2020-05-01 17:36:04 +02:00
|
|
|
"react-native-paper": "^3.9.0",
|
|
|
|
"react-native-permissions": "^2.1.4",
|
|
|
|
"react-native-push-notification": "^3.3.1",
|
|
|
|
"react-native-reanimated": "^1.8.0",
|
2019-09-15 15:12:26 +02:00
|
|
|
"react-native-render-html": "^4.1.2",
|
2020-04-05 23:51:15 +02:00
|
|
|
"react-native-safe-area-context": "0.7.3",
|
2020-05-01 17:36:04 +02:00
|
|
|
"react-native-screens": "^2.7.0",
|
2020-04-26 23:05:27 +02:00
|
|
|
"react-native-splash-screen": "^3.2.0",
|
2020-04-29 08:49:09 +02:00
|
|
|
"react-native-vector-icons": "^6.6.0",
|
2020-05-01 17:36:04 +02:00
|
|
|
"react-native-webview": "^9.4.0",
|
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": {
|
2020-05-01 17:36:04 +02:00
|
|
|
"@babel/core": "^7.9.6",
|
|
|
|
"@babel/runtime": "^7.9.6",
|
|
|
|
"@react-native-community/eslint-config": "^1.1.0",
|
|
|
|
"babel-jest": "^25.5.1",
|
2020-04-29 13:04:59 +02:00
|
|
|
"eslint": "^6.5.1",
|
2020-05-01 17:36:04 +02:00
|
|
|
"flow-bin": "^0.123.0",
|
|
|
|
"jest": "^25.5.3",
|
2020-04-30 22:16:35 +02:00
|
|
|
"jest-extended": "^0.11.5",
|
2020-05-01 17:36:04 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
2020-04-30 22:16:35 +02:00
|
|
|
"react-test-renderer": "16.9.0"
|
2020-04-29 13:04:59 +02:00
|
|
|
}
|
2019-06-25 22:16:14 +02:00
|
|
|
}
|