-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "collector",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@oddjs/odd": "github:oddsdk/ts-odd#avivash/temp-test-with-root-level-imports",
"@react-native-async-storage/async-storage": "^1.19.0",
"crypto-browserify": "^3.12.0",
"expo": "~49.0.3",
"expo-clipboard": "~4.3.0",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-crypto-polyfills": "^1.1.0",
"expo-dev-client": "^2.4.6",
"expo-image-picker": "~14.3.1",
"expo-secure-store": "~12.3.1",
"expo-standard-web-crypto": "^1.6.0",
"expo-status-bar": "~1.6.0",
"keystore-idb": "github:fission-codes/keystore-idb#avivash/temp-hardcoded-localforage-mobile-driver",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-biometrics": "^3.0.1",
"react-native-crypto": "^2.2.0",
"react-native-file-access": "^3.0.3",
"react-native-webview": "^13.2.2",
"react-native-webview-crypto": "^0.0.25",
"recoil": "^0.7.7",
"recoil-nexus": "^0.5.0",
"text-encoding": "^0.7.0",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"babel-plugin-rewrite-require": "^1.14.5",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
},
"private": true
}