-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.55 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "mobile",
"version": "1.1.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eas-build-pre-install": "npm config set legacy-peer-deps true"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"expo": "~49.0.9",
"expo-dev-client": "~2.4.13",
"expo-device": "~4.3.0",
"expo-location": "~14.3.0",
"expo-notifications": "^0.16.1",
"expo-screen-orientation": "~4.3.0",
"expo-splash-screen": "^0.16.2",
"expo-status-bar": "~1.4.0",
"expo-web-browser": "~11.0.0",
"punycode": "^2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-native": "0.72.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-maps": "^0.31.1",
"react-native-modal": "^13.0.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.15.0",
"react-native-table-component": "github:slice312/react-native-table-component",
"react-native-web": "^0.18.12",
"remove-markdown": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@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.9",
"@react-navigation/stack": "^6.3.20",
"@types/color-convert": "^2.0.3",
"@types/lodash.filter": "^4.6.9",
"@types/react": "~18.2.14",
"@types/react-native": "^0.70.17",
"@types/react-native-table-component": "^1.2.7",
"@types/remove-markdown": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^1.6.2",
"color-convert": "^2.0.1",
"eslint": "^8.54.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"expo": "~49.0.9",
"expo-device": "~5.4.0",
"expo-location": "~16.1.0",
"expo-notifications": "^0.20.1",
"expo-screen-orientation": "~6.0.5",
"expo-splash-screen": "^0.20.5",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"lodash.filter": "^4.6.0",
"punycode": "^2.3.1",
"react-modal": "^3.16.1",
"react-native-calendars": "^1.1302.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "1.7.1",
"react-native-markdown-display": "^7.0.2",
"react-native-modal": "^13.0.1",
"react-native-screens": "~3.22.0",
"react-native-table-component": "github:slice312/react-native-table-component",
"react-native-web": "^0.19.9",
"remove-markdown": "^0.5.0",
"rome": "^10.0.1",
"typescript": "^5.2.2"
},
"overrides": {
"markdown-it": "^12.3.2",
"xml2js": "^0.6.1",
"qs": "^6.10.3",
"@xmldom/xmldom": "^0.7.7",
"hermes-engine": "^0.10.0",
"ua-parser-js": "^0.7.33",
"simple-plist": "^1.3.1",
"json5": "^2.2.2",
"decode-uri-component": "^0.2.1",
"minimatch": "^3.0.5",
"react-native-reanimated": "^2.10.0",
"moment": "^2.29.4",
"async": "^2.6.4",
"@sideway/formula": "^3.0.1",
"semver": "^7.5.2"
},
"private": true
}