-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.37 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
{
"name": "agridot",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@kodadot1/uniquery": "^0.7.2-rc.0",
"@polkadot/api": "^15.0.1",
"@polkadot/api-base": "^15.0.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "^13.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/firestore": "^21.6.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@tanstack/react-query": "^5.62.1",
"axios": "^1.7.9",
"expo": "~52.0.17",
"expo-application": "~6.0.1",
"expo-build-properties": "~0.13.1",
"expo-checkbox": "~4.0.0",
"expo-constants": "~17.0.3",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.3",
"expo-linking": "~7.0.3",
"expo-local-authentication": "~15.0.1",
"expo-location": "~18.0.3",
"expo-media-library": "~17.0.3",
"expo-modules-autolinking": "~2.0.0",
"expo-router": "^4.0.11",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.5",
"expo-web-browser": "~14.0.1",
"fast-text-encoding": "^1.0.6",
"firebase": "^11.1.0",
"nativewind": "^4.1.23",
"openmeteo": "^1.1.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-crypto-js": "^1.0.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-keychain": "^9.2.2",
"react-native-modal": "^13.0.1",
"react-native-modal-selector": "^2.1.2",
"react-native-picker-select": "^9.3.1",
"react-native-qrcode-styled": "^0.3.3",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "^15.8.0",
"react-native-view-shot": "4.0.3",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@expo/ngrok": "^4.1.3",
"@testing-library/react-native": "^12.9.0",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"@types/react-native-crypto-js": "^1.0.3",
"@types/react-test-renderer": "^18.0.7",
"jest": "~29.7.0",
"jest-expo": "^52.0.2",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.3.3"
},
"private": true
}