-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.66 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
108
109
110
{
"name": "bog-nimingban",
"version": "1.2.0",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"eject": "npx expo eject",
"test": "jest --watchAll",
"prerelease": "standard-version commitizen --prerelease",
"release": "standard-version commitizen",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/netinfo": "9.3.5",
"@react-native-community/slider": "^4.4.0",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/material-top-tabs": "^6.5.1",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"@react-navigation/stack": "^6.3.10",
"axios": "^0.26.1",
"color": "^4.2.3",
"date-fns": "^2.28.0",
"deprecated-react-native-prop-types": "^2.3.0",
"expo": "^47.0.0",
"expo-application": "~5.0.1",
"expo-asset": "~8.7.0",
"expo-cached-image": "^45.1.1",
"expo-clipboard": "~4.0.1",
"expo-constants": "~14.0.2",
"expo-document-picker": "~11.0.1",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-haptics": "~12.0.1",
"expo-image-picker": "~14.0.2",
"expo-linking": "~3.3.0",
"expo-media-library": "~15.0.0",
"expo-sharing": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"html-entities": "^2.3.3",
"html-to-text": "^8.2.0",
"jotai": "^1.6.2",
"marked": "^4.0.18",
"node-html-parser": "^5.3.3",
"patch-package": "^6.4.7",
"qs": "^6.10.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-chi-page-control": "0.0.5",
"react-native-draggable-flatlist": "^3.1.1",
"react-native-floating-action": "^1.22.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-htmlview": "^0.16.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-pager-view": "6.0.1",
"react-native-paper": "^4.12.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-tab-view": "^3.1.1",
"react-native-toast-message": "^2.1.5",
"react-native-view-shot": "3.4.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"react-native-wheel-color-picker": "^1.2.0",
"reanimated-collapsible-helpers": "^1.0.0",
"use-debounce": "^7.0.1",
"usehooks-ts": "^2.4.2",
"expo-image-manipulator": "~11.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/color": "^3.0.3",
"@types/html-to-text": "^8.1.0",
"@types/marked": "^4.0.3",
"@types/qs": "^6.9.7",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-htmlview": "^0.16.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-universe": "^11.0.0-beta.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.6.3",
"jest-expo": "^47.0.0",
"prettier": "^2.6.2",
"react-test-renderer": "17.0.1",
"standard-version": "^9.3.2",
"typescript": "^4.6.3"
},
"private": true
}