-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.13 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.13 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "DARK_MODE=media expo start --android",
"ios": "DARK_MODE=media expo start --ios",
"web": "DARK_MODE=media expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"eslintConfig": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@legendapp/motion": "^2.4.0",
"@react-aria/ssr": "^3.1.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native-vector-icons/material-design-icons": "^12.3.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.0.11",
"@react-stately/checkbox": "^3.0.3",
"@react-stately/collections": "^3.3.4",
"@react-stately/slider": "^3.0.3",
"@react-stately/tabs": "^3.0.1",
"@react-stately/toggle": "^3.2.3",
"@reduxjs/toolkit": "^2.8.2",
"babel-plugin-module-resolver": "^5.0.2",
"buffer": "^6.0.3",
"chord-magic": "^2.1.1",
"eslint-plugin-react-hooks": "^4.3.0",
"events": "^3.3.0",
"expo": "^54.0.33",
"expo-asset": "~12.0.12",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-keep-awake": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"memoize-one": "^6.0.0",
"nativewind": "^4.1.23",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"querystring": "^0.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-is": "^17.0.2",
"react-native": "0.81.5",
"react-native-css-interop": "^0.1.22",
"react-native-gesture-handler": "~2.28.0",
"react-native-paper": "^5.14.5",
"react-native-popover-view": "^6.1.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"react-navigation": "^4.4.4",
"react-redux": "9.2.0",
"readable-stream": "^4.5.2",
"recyclerlistview": "^4.2.3",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rn-custom-select-dropdown": "^1.1.9",
"string.prototype.replaceall": "^1.0.6",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"tailwindcss": "^3.4.17",
"wikijs": "^6.3.2",
"wtf_wikipedia": "^9.0.1",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~19.1.10",
"jest-expo": "~54.0.17",
"jscodeshift": "^0.15.2",
"typescript": "~5.9.2"
},
"private": true
}