This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.33 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@freakycoder/react-native-bounceable": "^0.2.5",
"@freakycoder/react-native-header-view": "^1.2.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"color": "^4.0.1",
"date-fns": "^2.25.0",
"dotenv": "^16.0.0",
"expo": "^45.0.0",
"expo-app-loading": "~2.0.0",
"expo-barcode-scanner": "~11.3.0",
"expo-blur": "~11.1.0",
"expo-font": "~10.1.0",
"expo-image-picker": "~13.1.1",
"expo-notifications": "~0.15.4",
"expo-status-bar": "~1.3.0",
"jest": "^28.1.2",
"jest-expo": "^45.0.1",
"lottie-react-native": "5.0.1",
"moment": "^2.29.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-appearance": "^0.3.4",
"react-native-apple-header": "^0.1.1",
"react-native-classic-header": "^0.1.7",
"react-native-collapsible": "^1.6.0",
"react-native-dotenv": "^3.3.1",
"react-native-elegant-header": "^0.1.0",
"react-native-exploding-heart": "^1.0.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-get-random-values": "~1.8.0",
"react-native-gorgeous-header": "^0.1.0",
"react-native-heroicons": "^2.0.1",
"react-native-map-input": "^0.3.1",
"react-native-maps": "0.30.2",
"react-native-modern-header": "^1.0.2",
"react-native-pager-view": "5.4.15",
"react-native-paper": "^4.12.2",
"react-native-paper-dates": "^0.8.7",
"react-native-paper-toast": "^1.2.0",
"react-native-profile-header": "^0.1.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-simple-audio-player": "^1.0.2",
"react-native-skeleton-content": "^1.0.22",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.3.0",
"react-native-tab-view": "^3.1.1",
"react-native-tags-input": "^1.0.10",
"react-native-video-player": "^0.12.0",
"react-native-view-more-text": "^2.1.0",
"react-native-web": "0.17.7",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/color": "^3.0.2",
"@types/jest": "^28.1.4",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^6.3.0",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"react-test-renderer": "17",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"typescript": "~4.3.5"
},
"private": true
}