-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.23 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.23 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
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
{
"name": "prismx-trading",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "EXPO_NO_TELEMETRY=1 expo start",
"proxy": "node cors-proxy.js",
"build:web": "expo export --platform web",
"lint": "expo lint",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --watchAll=false"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.39.0",
"@aptos-labs/wallet-adapter-react": "^3.7.0",
"@aries-markets/api": "^0.3.0",
"@aries-markets/aries-tssdk": "^0.0.8",
"@aries-markets/tssdk": "^0.0.1",
"@expo-google-fonts/inter": "^0.4.2",
"@expo/vector-icons": "^14.1.0",
"@lucide/lab": "^0.1.2",
"@merkletrade/ts-sdk": "^1.0.3",
"@panoraexchange/swap-sdk": "^1.3.0",
"@pythnetwork/pyth-aptos-js": "^1.4.2",
"@pythnetwork/pyth-sdk-solidity": "^4.2.0",
"@react-native-assets/slider": "^11.0.11",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/netinfo": "^11.3.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"@supabase/supabase-js": "^2.58.0",
"@walletconnect/react-native-compat": "^2.17.0",
"aptos": "^1.22.1",
"assert": "^2.1.0",
"big.js": "^7.0.1",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"events": "^3.3.0",
"expo": "~53.0.23",
"expo-application": "~6.1.0",
"expo-blur": "~14.1.5",
"expo-camera": "~16.1.11",
"expo-constants": "~17.1.7",
"expo-crypto": "~14.1.3",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.7",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.11",
"expo-web-browser": "~14.2.0",
"express": "^5.1.0",
"i18next": "^25.5.2",
"lucide-react-native": "^0.475.0",
"metro-cache": "0.82.5",
"node-fetch": "^2.7.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^16.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-wagmi-charts": "^2.7.3",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"react-native-worklets": "^0.6.0",
"readable-stream": "^4.5.2",
"recharts": "^3.2.1",
"util": "^0.12.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.5",
"@types/react": "~19.0.10",
"babel-jest": "^29.7.0",
"eslint": "^9.0.0",
"eslint-config-expo": "~9.2.0",
"jest": "^29.7.0",
"metro-minify-terser": "^0.80.0",
"nativewind": "^4.0.1",
"react-test-renderer": "19.0.0",
"tailwindcss": "^3.4.18",
"typescript": "~5.8.3"
}
}