-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
138 lines (138 loc) · 4.21 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
{
"name": "podium-app",
"version": "0.0.1",
"workspaces": [
"packages/*"
],
"private": true,
"scripts": {
"check-dependencies": "rnx-dep-check",
"fix-dependencies": "rnx-dep-check --write",
"android": "react-native run-android",
"android:release": "react-native run-android --variant=release",
"android:aab:release": "react-native build-android --mode=release",
"rn": "react-native --help",
"ios": "react-native run-ios",
"start": "react-native start",
"start:reset-cache": "npx react-native start --reset-cache",
"test": "NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ctrl/tinycolor": "^3.4.1",
"@freakycoder/react-native-progressive-fast-image": "^0.2.5",
"@miblanchard/react-native-slider": "^2.1.0",
"@podpodium/common": "workspace:^",
"@react-native-camera-roll/camera-roll": "^5.1.0",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.1.0",
"add": "^2.0.6",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"date-fns": "^2.23.0",
"fast-xml-parser": "^4.0.12",
"fbjs": "^3.0.4",
"i18next": "^23.2.3",
"intl-pluralrules": "^2.0.0",
"jsc-android": "^250230.2.1",
"lodash": "^4.17.21",
"mobx": "^6.3.3",
"mobx-react-lite": "^3.2.1",
"qrcode": "^1.5.1",
"react": "18.1.0",
"react-i18next": "^13.0.1",
"react-native": "^0.70.0",
"react-native-asset": "^2.1.1",
"react-native-background-fetch": "^4.1.5",
"react-native-device-info": "^8.4.5",
"react-native-document-picker": "^7.1.1",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fast-image": "^8.6.1",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.8.0",
"react-native-get-random-values": "^1.7.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^3.0.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "^3.14.1",
"react-native-shadow-2": "^6.0.3",
"react-native-share": "^7.3.6",
"react-native-simple-toast": "^1.1.3",
"react-native-splash-screen": "^3.3.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^12.3.0",
"react-native-system-navigation-bar": "^1.0.5",
"react-native-track-player": "^3.2.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.3.0",
"react-native-webview": "^11.23.0",
"react-use": "^17.4.0",
"rn-placeholder": "^3.0.3",
"string-strip-html": "8.3.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@rnx-kit/dep-check": "^1.13.0",
"@types/jest": "^26.0.23",
"@types/lodash.chunk": "^4.2.6",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/qrcode": "^1.4.2",
"@types/react-native": "^0.65.1",
"@types/react-native-sqlite-storage": "^5.0.2",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.72.1",
"react-devtools": "^4.26.0",
"react-test-renderer": "18.1.0",
"swagger-typescript-api": "^9.2.0",
"typescript": "^4.9.3"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"rnx-kit": {
"reactNativeVersion": "^0.70.0",
"kitType": "app",
"capabilities": [
"babel-preset-react-native",
"core",
"core-android",
"core-ios",
"filesystem",
"gestures",
"jest",
"navigation/native",
"react",
"react-test-renderer",
"safe-area",
"screens",
"storage",
"svg",
"webview"
]
},
"packageManager": "[email protected]"
}