-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2 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
{
"name": "native_cryptoidol",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@pixiv/three-vrm": "^3.1.4",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
"@reown/appkit-wagmi-react-native": "^1.0.2",
"@tanstack/react-query": "^5.59.19",
"@wagmi/core": "^2.14.3",
"@walletconnect/react-native-compat": "^2.17.2",
"expo": "^51.0.38",
"expo-asset": "^10.0.10",
"expo-file-system": "^17.0.1",
"expo-gl": "^14.0.2",
"expo-modules-core": "^1.12.26",
"fft.js": "^4.0.4",
"onnxruntime-react-native": "1.19.2",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-audio-recorder-player": "^3.6.12",
"react-native-confetti-cannon": "^1.5.2",
"react-native-device-info": "^14.0.0",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.11.0",
"react-native-modal": "^13.0.1",
"react-native-permissions": "^5.0.2",
"react-native-svg": "^15.8.0",
"text-encoding": "^0.7.0",
"three": "^0.169.0",
"three-stdlib": "^2.33.0",
"viem": "^2.21.42",
"wagmi": "^2.12.26"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.3.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}