This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
155 lines (155 loc) · 5.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "stayawaycovid",
"description": "STAYAWAY COVID is a voluntary system aiming at supporting the country in the screening of COVID-19.",
"author": {
"name": "Keyruptive",
"email": "team@keyruptive.com",
"url": "https://keyruptive.com"
},
"main": "index.js",
"version": "1.1.5",
"license": "EUPL-1.2",
"keywords": [
"covid19",
"react-native",
"mobile",
"dp3t",
"portugal",
"android",
"ios"
],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/stayawayinesctec/stayaway-app"
},
"bugs": {
"url": "https://github.com/stayawayinesctec/stayaway-app/issues"
},
"homepage": "https://stayawaycovid.pt/landing-page/",
"engines": {
"node": ">= 10.x"
},
"scripts": {
"start": "react-native start",
"android": "ENVFILE=.env.production.debug react-native run-android --variant=productionDebug --appIdSuffix debug --tasks installProductionDebug",
"android:ui": "ENVFILE=.env.ui.debug react-native run-android --variant=uiDebug --appIdSuffix ui.debug --tasks installUiDebug",
"ios": "ENVFILE=.env.production.debug react-native run-ios --configuration=ProductionDebug --scheme=Divoc.production.debug",
"ios:ui": "ENVFILE=.env.ui.debug react-native run-ios --configuration=UiDebug --scheme=Divoc.ui.debug",
"lint": "eslint --fix -c .eslintrc.js 'src/**/*{.js,.jsx}'",
"test": "yarn test:unit && yarn test:integration && yarn test:components && yarn test:e2e",
"test:unit": "jest --verbose --config tests/unit/jest.config.js",
"test:integration": "jest --verbose --config tests/integration/jest.config.js",
"test:components": "jest --verbose --config tests/components/jest.config.js",
"test:e2e": "yarn test:e2e:android && yarn test:e2e:ios",
"test:e2e:android": "yarn test:e2e:android:build && yarn test:e2e:android:run",
"test:e2e:android:build": "detox build -c android",
"test:e2e:android:run": "detox test -c android",
"test:e2e:ios": "yarn test:e2e:ios:build && yarn test:e2e:ios:run",
"test:e2e:ios:build": "detox build -c ios",
"test:e2e:ios:run": "detox test -c ios",
"clean": "rm -rf node_modules yarn.lock && yarn clean:android && yarn clean:ios",
"clean:android": "rm -rf android/app/build",
"clean:ios": "rm -rf ios/Pods ios/Podfile.lock ios/build",
"postinstall": "yarn postinstall:android && yarn postinstall:ios",
"postinstall:android": "npx jetify",
"postinstall:ios": "(cd ios && pod install)"
},
"dependencies": {
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/checkbox": "0.4.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.7",
"@react-navigation/native": "5.9.2",
"@react-navigation/stack": "5.14.2",
"i18n-js": "3.7.1",
"lodash.memoize": "4.1.2",
"lodash.pickby": "4.6.0",
"mirror-creator": "1.1.0",
"moment": "2.27.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-android-location-enabler": "1.2.1",
"react-native-config": "1.3.3",
"react-native-elements": "3.1.0",
"react-native-email-link": "1.10.0",
"react-native-gesture-handler": "1.6.1",
"react-native-indicators": "0.17.0",
"react-native-keyboard-aware-scroll-view": "0.9.2",
"react-native-localize": "1.4.0",
"react-native-modal": "11.5.6",
"react-native-permissions": "2.1.5",
"react-native-reanimated": "1.9.0",
"react-native-restart": "0.0.17",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "2.17.1",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "12.1.0",
"react-native-svg-icon": "0.9.0",
"react-native-swiper": "1.6.0",
"react-native-tooltips": "1.0.2",
"react-native-vector-icons": "6.6.0",
"react-navigation-redux-debouncer": "0.0.2",
"react-redux": "7.2.0",
"redux-actions": "2.6.5",
"redux-saga": "1.1.3",
"reselect": "4.0.0"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "1.1.0",
"@testing-library/jest-native": "3.3.0",
"@testing-library/react-native": "7.0.1",
"babel-eslint": "8.2.6",
"babel-jest": "26.3.0",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-transform-remove-console": "6.9.4",
"detox": "17.3.6",
"eslint": "6.8.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "4.0.0",
"eslint-import-resolver-babel-module": "5.1.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-module-resolver": "0.9.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-native": "3.8.1",
"jest": "26.3.0",
"jest-circus": "26.3.0",
"metro-react-native-babel-preset": "0.59.0",
"prettier": "1.19.1",
"react-native-testing-library": "6.0.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
]
},
"detox": {
"testRunner": "jest",
"runnerConfig": "tests/e2e/config.json",
"configurations": {
"android": {
"type": "android.emulator",
"build": "cd android && ./gradlew assembleUiRelease assembleUiReleaseAndroidTest -DtestBuildType=release && cd ..",
"binaryPath": "android/app/build/outputs/apk/ui/release/app-ui-release.apk",
"device": {
"avdName": "Nexus_5_X_API_29"
}
},
"ios": {
"type": "ios.simulator",
"build": "cd ios && xcodebuild -workspace Divoc.xcworkspace -configuration UiRelease -scheme Divoc.ui.release -sdk iphonesimulator -derivedDataPath build && cd ..",
"binaryPath": "ios/build/Build/Products/UiRelease-iphonesimulator/STAYAWAY UI.app",
"device": {
"avdName": "iPhone 8"
}
}
}
}
}