-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.83 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.83 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
{
"name": "percolator-mobile",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-navigation/bottom-tabs": "^7.14.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.13.0",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.2.5",
"@solana/web3.js": "^1.98.4",
"@supabase/supabase-js": "^2.97.0",
"expo": "~55.0.11",
"expo-font": "~55.0.6",
"expo-haptics": "~55.0.11",
"expo-secure-store": "~55.0.11",
"expo-status-bar": "~3.0.9",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-gesture-handler": "~2.31.0",
"react-native-get-random-values": "^2.0.0",
"react-native-reanimated": "~4.3.0",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"react-native-svg": "^15.15.4",
"zustand": "^5.0.11"
},
"private": true,
"pnpm": {
"overrides": {
"node-forge@<1.4.0": ">=1.4.0",
"picomatch@1": "^2.3.2",
"picomatch@2": "^2.3.2",
"picomatch@3": "^4.0.4",
"picomatch@4": "^4.0.4",
"@xmldom/xmldom@<0.8.12": ">=0.8.12"
}
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.14",
"jest": "^30.2.0",
"jest-expo": "~55.0.13",
"prettier": "^3.8.1",
"react-test-renderer": "^19.1.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
}
}