-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
141 lines (141 loc) Β· 4.83 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
{
"name": "Holidaily",
"version": "1.0.65",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --config .prettierrc --write src/**/*.{js,jsx,ts,tsx}",
"type-check": "tsc --noEmit",
"ios:build-tf": "fastlane ios build_and_release_to_testflight",
"ios:build-store": "fastlane ios build_and_release_to_app_store",
"android:beta": "fastlane android beta",
"test:watch": "jest --watch --detectOpenHandles"
},
"dependencies": {
"@amplitude/react-native": "^2.11.0",
"@react-native-async-storage/async-storage": "^1.17.0",
"@react-native-clipboard/clipboard": "^1.8.4",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@shopify/flash-list": "^1.3.1",
"@shopify/restyle": "^2.1.0",
"@types/react-native-dotenv": "^0.2.0",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"deepmerge": "^4.2.2",
"expo": "^47.0.0",
"expo-location": "^15.0.1",
"i18next": "^21.6.14",
"miragejs": "^0.1.43",
"poland-public-holidays": "^3.1.0",
"react": "18.1.0",
"react-hook-form": "^6.15.5",
"react-i18next": "^11.15.7",
"react-native": "^0.70.5",
"react-native-calendars": "1.1278.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-confirmation-code-field": "^7.0.1",
"react-native-device-info": "^10.4.0",
"react-native-document-picker": "^8.1.1",
"react-native-dotenv": "^2.5.5",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^2.5.0",
"react-native-image-picker": "^4.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-mask-input": "^1.2.0",
"react-native-modal": "13.0.1",
"react-native-month-year-picker": "^1.9.0",
"react-native-notificated": "^0.0.1-beta.0",
"react-native-onesignal": "^4.2.0",
"react-native-permissions": "^3.3.1",
"react-native-reanimated": "2.10.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.14.1",
"react-native-siri-shortcut": "^2.0.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-query": "^3.39.1",
"rn-emoji-keyboard": "^1.4.0",
"smartlook-react-native-wrapper": "^1.2.6",
"xdate": "^0.8.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.8.4",
"@faker-js/faker": "^6.1.1",
"@react-native-community/eslint-config": "^1.1.0",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-native": "^10.1.1",
"@twgdev/prettier-config": "^1.0.2",
"@types/jest": "27.5.1",
"@types/node": "^14.14.25",
"@types/react-native": "0.70.5",
"@types/react-native-calendars": "^1.1264.3",
"@types/react-test-renderer": "17.0.2",
"@types/xdate": "^0.8.31",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-twg": "1.0.4",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "25.5.4",
"jest-svg-transformer": "^1.0.0",
"metro-react-native-babel-preset": "^0.72.3",
"prettier": "^2.2.1",
"react-native-flipper-performance-plugin": "^0.2.1",
"react-test-renderer": "18.1.0",
"typescript": "^4.7.4"
},
"resolutions": {
"@types/react": "^16",
"react-native/react-devtools-core": "4.24.3"
},
"jest": {
"transform": {
"^.+\\.svg$": "jest-svg-transformer"
},
"preset": "react-native",
"transformIgnorePatterns": [],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testTimeout": 3000,
"setupFiles": [
"<rootDir>/jest-setup.js",
"<rootDir>/node_modules/react-native/jest/setup.js"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
]
}
}