-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.71 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
{
"name": "daha",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn",
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\""
},
"dependencies": {
"@andordavoti/react-native-timeago": "^0.0.14",
"@ant-design/icons": "^4.8.0",
"@firebase/app": "^0.9.0",
"@firebase/auth": "^0.21.0",
"@firebase/database": "^0.14.0",
"@firebase/storage": "^0.10.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-firebase/app": "^16.5.0",
"@react-native-firebase/storage": "^16.5.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.10",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"expo": "~47.0.6",
"expo-constants": "~14.0.2",
"expo-image-manipulator": "~11.0.0",
"expo-image-picker": "^14.0.2",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"moment": "^2.29.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-image-file-resizer": "^0.4.8",
"react-native": "0.70.5",
"react-native-date-picker": "^4.2.6",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-element-dropdown": "^2.5.1",
"react-native-gesture-handler": "^2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-pager-view": "6.0.1",
"react-native-paper": "^5.1.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-stars": "^1.2.2",
"react-native-tab-view": "^3.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.18.10",
"react-navigation-header-buttons": "^10.0.0",
"react-time-ago": "^7.2.1",
"react-timeago": "^7.1.0",
"react-usestateref": "^1.0.8",
"styled-components": "^5.3.6",
"tailwind-rn": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"concurrently": "^7.5.0",
"customize-cra": "^1.0.0",
"postcss": "^8.4.19",
"prettier": "2.8.1",
"react-app-rewired": "^2.2.1",
"tailwindcss": "^3.2.4"
},
"private": true
}