forked from koh1project/amiGoesFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.86 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
{
"name": "my-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "adb reverse tcp:8080 tcp:8080 && expo start --android",
"android:tunnel": "adb reverse tcp:8080 tcp:8080 && expo start --android --tunnel",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"lint:fix": "eslint --fix . --ext .ts,.tsx,.js,.jsx",
"prettier-format": "prettier --config .prettierrc '**/*.ts' --write"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo-google-fonts/ubuntu": "^0.2.2",
"@expo/config-types": "^46.0.2",
"@googlemaps/google-maps-services-js": "^3.3.16",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@types/react-native-snap-carousel": "^3.8.5",
"axios": "^1.1.2",
"deprecated-react-native-prop-types": "^2.3.0",
"dotenv": "^16.0.3",
"expo": "~46.0.13",
"expo-camera": "^12.3.0",
"expo-device": "~4.3.0",
"expo-font": "^10.2.1",
"expo-image-manipulator": "~10.4.0",
"expo-image-picker": "~13.3.1",
"expo-localization": "~13.1.0",
"expo-location": "~14.3.0",
"expo-notifications": "~0.16.1",
"expo-status-bar": "~1.4.0",
"firebase": "^8.2.3",
"geolib": "^3.3.3",
"i18n-js": "^4.1.1",
"moment": "^2.29.4",
"native-base": "^3.4.19",
"patch-package": "^6.5.0",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-calendars": "^1.1291.1",
"react-native-dropdown-select-list": "^1.0.23",
"react-native-geolocation-service": "^5.3.1",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-image-picker": "^4.10.1",
"react-native-maps": "0.31.1",
"react-native-multiple-select": "^0.5.12",
"react-native-pager-view": "5.4.24",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"recoil": "^0.7.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/prettier": "^2.7.1",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.7.1",
"typescript": "*"
},
"private": true
}