-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.26 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.26 KB
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
{
"name": "pingpong",
"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",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"test": "jest"
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@redux-devtools/extension": "^3.2.5",
"@testing-library/jest-dom": "^5.16.5",
"eslint": "^8.38.0",
"expo": "~48.0.10",
"expo-auth-session": "~4.0.3",
"expo-font": "~11.1.1",
"expo-random": "~13.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"firebase": "^9.19.1",
"install": "^0.13.0",
"nock": "^13.3.0",
"npm": "^9.6.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-animatable": "^1.3.3",
"react-native-geolocation-service": "^5.3.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-navigation-bar": "^0.2.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "^13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.10",
"react-native-web-refresh-control": "^1.1.1",
"react-native-web-swiper": "^2.2.4",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"superagent": "^8.0.9",
"swiper": "^6.0.2",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@svgr/webpack": "^7.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.35",
"@types/react-native": "^0.71.5",
"@types/react-native-swiper": "^1.5.12",
"@types/react-test-renderer": "^18.0.0",
"@types/superagent": "^4.1.16",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"react-native-swiper": "^1.6.0",
"typescript": "^5.0.4"
},
"private": true
}