-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.27 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
{
"name": "expenze",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@shopify/restyle": "^2.4.2",
"@types/react": "~18.2.14",
"@upstash/redis": "^1.25.1",
"@walletconnect/modal-react-native": "^1.0.0-rc.11",
"@web3modal/wagmi-react-native": "^1.0.1",
"ethers": "^6.9.0",
"expo": "^49.0.13",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-status-bar": "~1.6.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-get-random-values": "1.9.0",
"react-native-modal": "^13.0.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^13.10.0",
"typescript": "^5.1.3",
"viem": "^1.19.11",
"wagmi": "^1.4.7",
"zustand": "^4.4.1"
},
"expo": {
"install": {
"exclude": [
"react-native-get-random-values"
]
}
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.0.3"
},
"private": false,
"description": "Web3 with React native Starter kit",
"author": "Open-Sorcerer",
"license": "MIT"
}