-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathpackage.json
80 lines (80 loc) · 2.51 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
{
"main": "src/index.tsx",
"dependencies": {
"@react-native-community/netinfo": "9.3.7",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@reduxjs/toolkit": "^1.8.2",
"@svgr/webpack": "^6.2.1",
"@use-expo/font": "^2.0.0",
"axios": "^0.27.2",
"color": "^4.2.3",
"expo": "^48.0.0",
"expo-blur": "~12.2.2",
"expo-font": "~11.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"graphql": "^16.5.0",
"immer": "^9.0.2",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.4",
"moment": "^2.29.1",
"react": "18.2.0",
"react-content-loader": "^6.0.3",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-appearance": "~0.3.3",
"react-native-draggable-grid": "^2.1.3",
"react-native-error-boundary": "^1.1.9",
"react-native-gesture-handler": "~2.9.0",
"react-native-masked-text": "^1.13.0",
"react-native-pager-view": "6.1.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.1.1",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.11",
"react-redux": "^7.2.4",
"reactotron-react-native": "^5.0.0",
"reactotron-redux": "^3.1.3",
"reactotron-redux-saga": "^4.2.3",
"reduce-reducers": "^1.0.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^5.3.5",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
"@types/react": "~18.0.27",
"@types/react-dom": "~18.0.10",
"@types/react-native": "~0.67.6",
"@types/react-redux": "^7.1.16",
"@types/redux-persist": "^4.3.1",
"@types/styled-components": "^5.1.25",
"@types/styled-components-react-native": "^5.1.3",
"babel-plugin-styled-components": "^2.0.7",
"patch-package": "^6.4.7",
"typescript": "^4.9.4",
"typescript-styled-plugin": "^0.18.2"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"prepare": "patch-package"
},
"private": true
}