-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 2.17 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
{
"name": "nostr-mobile",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start:tunnel": "expo start --tunnel",
"devtools": "react-devtools",
"postinstall": "patch-package",
"types": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@eva-design/eva": "2.1.1",
"@flyerhq/react-native-link-preview": "^1.6.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/bottom-tabs": "6.5.2",
"@react-navigation/drawer": "6.5.6",
"@react-navigation/native": "6.1.1",
"@react-navigation/native-stack": "6.9.7",
"@react-navigation/stack": "6.3.10",
"@reduxjs/toolkit": "1.9.1",
"@shopify/flash-list": "1.3.1",
"@types/react": "18.0.24",
"@types/react-native": "0.71.0",
"@ui-kitten/components": "5.1.2",
"@ui-kitten/eva-icons": "5.1.2",
"bech32": "2.0.0",
"dayjs": "1.11.7",
"expo": "47.0.13",
"expo-clipboard": "4.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-random": "13.0.0",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "1.4.2",
"nostr-tools": "1.2.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "2.8.0",
"react-native-hash": "3.0.3",
"react-native-image-viewing": "^0.2.2",
"react-native-reanimated": "2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.0",
"react-native-stream": "0.1.9",
"react-native-svg": "13.2.0",
"react-native-url-polyfill": "^1.3.0",
"react-redux": "8.0.5",
"redux": "4.2.0",
"redux-persist": "6.0.0",
"text-encoding": "0.7.0",
"typescript": "4.9.4",
"expo-system-ui": "~2.0.1",
"expo-haptics": "~12.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"patch-package": "6.5.0",
"prettier": "2.8.3",
"react-devtools": "4.27.1"
},
"resolutions": {
"@noble/secp256k1": "1.7.0",
"react-native-svg": "13.2.0"
}
}