-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.78 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "aleph",
"version": "1.0.0",
"scripts": {
"start": "watchman watch-del '/Users/chezhe/Github/aleph' && watchman watch-project '/Users/chezhe/Github/aleph' && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@reduxjs/toolkit": "^1.9.3",
"@shopify/flash-list": "1.4.0",
"@tamagui/animations-react-native": "^1.13.1",
"@tamagui/config": "^1.13.1",
"@tamagui/font-fira-mono": "^1.13.1",
"@tamagui/font-inter": "^1.13.1",
"@tamagui/font-silkscreen": "^1.13.1",
"@tamagui/linear-gradient": "^1.13.1",
"@tamagui/lucide-icons": "^1.13.1",
"@tamagui/themes": "^1.13.1",
"cross-fetch": "^3.1.5",
"dayjs": "^1.11.7",
"expo": "~48.0.10",
"expo-background-fetch": "~11.1.1",
"expo-blur": "~12.2.2",
"expo-clipboard": "~4.1.2",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.1.6",
"expo-file-system": "~15.2.2",
"expo-font": "^11.1.1",
"expo-image": "~1.0.0",
"expo-linking": "~4.0.1",
"expo-router": "^1.5.2",
"expo-sharing": "~11.2.2",
"expo-splash-screen": "~0.18.1",
"expo-sqlite": "~11.1.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-task-manager": "~11.1.1",
"expo-web-browser": "~12.1.1",
"iconoir-react-native": "^6.4.0",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.4",
"openai": "^3.2.1",
"pubsub-js": "^1.9.4",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "6.1.2",
"react-native-portalize": "^1.0.7",
"react-native-purchases": "^5.13.1",
"react-native-reanimated": "~2.14.4",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-track-player": "^3.2.0-ee8709552db78825af08f076880dc31ff6eab94e",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "^0.18.12",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"tamagui": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tamagui/babel-plugin": "^1.8.4",
"@types/lodash": "^4.14.191",
"@types/pubsub-js": "^1.8.3",
"@types/react": "~18.0.14",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"jest": "^29.2.1",
"jest-expo": "~48.0.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.9.4"
},
"private": true
}