-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.87 KB
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
{
"name": "formo-examples-react-native",
"version": "1.0.0",
"description": "Example React Native app demonstrating Formo Analytics SDK",
"main": "expo-router/entry",
"packageManager": "pnpm@11.1.2",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@formo/analytics-react-native": "^0.1.6",
"@react-native-async-storage/async-storage": "^1.21.0",
"@tanstack/react-query": "^5.90.20",
"@wagmi/connectors": "5.7.7",
"@wagmi/core": "2.16.4",
"@walletconnect/react-native-compat": "^2.23.4",
"ethereum-cryptography": "3.2.0",
"expo": "~52.0.0",
"expo-application": "~6.0.0",
"expo-crypto": "~14.0.0",
"expo-device": "~7.0.0",
"expo-linking": "~7.0.0",
"expo-router": "~4.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
"react-native-get-random-values": "^1.11.0",
"react-native-modal": "14.0.0-rc.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.0.0",
"react-native-svg": "^15.15.1",
"react-native-web": "~0.19.13",
"viem": "^2.45.0",
"wagmi": "^2.14.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.0",
"jest": "^29.7.0",
"jest-expo": "~52.0.0",
"typescript": "~5.3.3"
},
"pnpm": {
"overrides": {
"h3": "^1.15.9",
"undici": "^7.24.1",
"node-forge": "^1.4.0",
"@wagmi/core": "2.16.4",
"@xmldom/xmldom": "0.8.13"
}
},
"private": true
}