-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
92 lines (92 loc) · 3.02 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
{
"name": "toogether",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"format": "prettier --write \"./**/*.{js, tsx, css, json}\"",
"lint": "eslint *.js **/*.js",
"lint:fix": "npm run lint -- --fix"
},
"prettier": {
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true
},
"dependencies": {
"@expo/react-native-action-sheet": "^3.13.0",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/netinfo": "9.3.5",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"axios": "^0.27.2",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-react-native": "^4.0.0",
"expo": "~47.0.14",
"expo-app-loading": "~2.1.1",
"expo-clipboard": "~4.0.1",
"expo-constants": "~14.0.2",
"expo-env-info": "^1.0.5",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-linear-gradient": "~12.0.1",
"expo-localization": "~14.0.0",
"expo-location": "~15.0.1",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "^0.15.6",
"expo-vector-icons": "^10.0.1",
"firebase": "^7.24.0",
"i18n-js": "^3.9.2",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-deck-swiper": "^2.0.5",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-masked-text": "^1.13.0",
"react-native-paper": "^4.12.0",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.18.7",
"react-navigation-header-buttons": "^9.0.1",
"react-navigation-material-bottom-tabs": "^2.3.4",
"react-redux": "^7.2.8",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"tailwind-rn": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.5.4",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react-native-dotenv": "^3.4.2"
},
"private": true
}