2019-06-25 22:16:14 +02:00
|
|
|
{
|
2020-04-29 13:04:59 +02:00
|
|
|
"name": "campus",
|
2020-07-24 15:17:01 +02:00
|
|
|
"version": "4.0.1",
|
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",
|
2020-08-06 18:03:38 +02:00
|
|
|
"android-release": "react-native run-android --variant=release",
|
2020-04-25 15:09:08 +02:00
|
|
|
"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-06-23 17:40:41 +02:00
|
|
|
"@nartc/react-native-barcode-mask": "^1.2.0",
|
|
|
|
"@react-native-community/async-storage": "^1.11.0",
|
2020-05-01 17:36:04 +02:00
|
|
|
"@react-native-community/masked-view": "^0.1.10",
|
2020-07-23 00:18:52 +02:00
|
|
|
"@react-native-community/push-notification-ios": "^1.4.0",
|
2020-07-17 15:17:24 +02:00
|
|
|
"@react-native-community/slider": "^3.0.3",
|
2020-08-01 15:53:37 +02:00
|
|
|
"@react-navigation/bottom-tabs": "^5.7.3",
|
|
|
|
"@react-navigation/native": "^5.7.2",
|
|
|
|
"@react-navigation/stack": "^5.8.0",
|
2020-07-14 00:24:54 +02:00
|
|
|
"i18n-js": "^3.7.1",
|
2020-07-14 11:19:02 +02:00
|
|
|
"react": "16.13.1",
|
2020-07-23 00:44:08 +02:00
|
|
|
"react-native": "0.63.2",
|
2020-04-16 19:26:40 +02:00
|
|
|
"react-native-animatable": "^1.3.3",
|
2020-07-17 15:17:24 +02:00
|
|
|
"react-native-app-intro-slider": "^4.0.4",
|
2020-07-14 00:24:54 +02:00
|
|
|
"react-native-appearance": "^0.3.4",
|
2020-04-05 23:51:15 +02:00
|
|
|
"react-native-autolink": "^3.0.0",
|
2020-08-01 15:53:37 +02:00
|
|
|
"react-native-calendars": "^1.301.0",
|
|
|
|
"react-native-camera": "^3.35.0",
|
|
|
|
"react-native-collapsible": "^1.5.3",
|
2020-07-23 00:18:52 +02:00
|
|
|
"react-native-gesture-handler": "^1.7.0",
|
2020-07-14 00:24:54 +02:00
|
|
|
"react-native-image-modal": "^1.0.9",
|
2020-07-14 11:32:39 +02:00
|
|
|
"react-native-keychain": "^6.1.1",
|
2020-04-27 21:40:30 +02:00
|
|
|
"react-native-linear-gradient": "^2.5.6",
|
2020-08-01 15:53:37 +02:00
|
|
|
"react-native-localize": "^1.4.1",
|
|
|
|
"react-native-modalize": "^2.0.5",
|
2020-07-17 17:28:39 +02:00
|
|
|
"react-native-paper": "^4.0.1",
|
2020-06-23 17:40:41 +02:00
|
|
|
"react-native-permissions": "^2.1.5",
|
2020-07-14 09:59:36 +02:00
|
|
|
"react-native-push-notification": "^4.0.0",
|
2020-07-23 00:18:52 +02:00
|
|
|
"react-native-reanimated": "^1.10.1",
|
2020-08-01 15:53:37 +02:00
|
|
|
"react-native-render-html": "^4.2.2",
|
2020-04-05 23:51:15 +02:00
|
|
|
"react-native-safe-area-context": "0.7.3",
|
2020-06-23 17:40:41 +02:00
|
|
|
"react-native-screens": "^2.9.0",
|
2020-04-26 23:05:27 +02:00
|
|
|
"react-native-splash-screen": "^3.2.0",
|
2020-07-14 00:24:54 +02:00
|
|
|
"react-native-vector-icons": "^7.0.0",
|
2020-08-01 15:53:37 +02:00
|
|
|
"react-native-webview": "^10.3.3",
|
2020-07-23 00:18:52 +02:00
|
|
|
"react-navigation-collapsible": "^5.6.4",
|
2020-08-01 15:53:37 +02:00
|
|
|
"react-navigation-header-buttons": "^5.0.0"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-01 19:01:51 +02:00
|
|
|
"@babel/core": "^7.11.0",
|
|
|
|
"@babel/preset-flow": "^7.10.4",
|
|
|
|
"@babel/runtime": "^7.11.0",
|
|
|
|
"babel-eslint": "^10.1.0",
|
2020-07-14 11:19:02 +02:00
|
|
|
"babel-jest": "^25.1.0",
|
2020-08-01 19:01:51 +02:00
|
|
|
"eslint": "^7.2.0",
|
|
|
|
"eslint-config-airbnb": "^18.2.0",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-flowtype": "^5.2.0",
|
|
|
|
"eslint-plugin-import": "^2.22.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
|
|
"eslint-plugin-react": "^7.20.5",
|
|
|
|
"eslint-plugin-react-hooks": "^4.0.0",
|
2020-05-01 17:36:04 +02:00
|
|
|
"flow-bin": "^0.123.0",
|
2020-07-14 11:19:02 +02:00
|
|
|
"jest": "^25.1.0",
|
2020-04-30 22:16:35 +02:00
|
|
|
"jest-extended": "^0.11.5",
|
2020-07-14 11:19:02 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
2020-08-01 16:48:10 +02:00
|
|
|
"prettier": "2.0.5",
|
2020-07-14 11:19:02 +02:00
|
|
|
"react-test-renderer": "16.13.1"
|
2020-04-29 13:04:59 +02:00
|
|
|
}
|
2019-06-25 22:16:14 +02:00
|
|
|
}
|