generated from chacachien/react_native_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
{
"name": "Irrigation",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"devtools": "react-devtools"
},
"dependencies": {
"@expo/config": "8.1.1",
"@expo/metro-config": "0.10.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.7.6",
"@reduxjs/toolkit": "^2.2.4",
"@rneui/themed": "^4.0.0-rc.8",
"eas": "^0.1.0",
"eas-cli": "^9.1.0",
"expo": "50",
"expo-constants": "~15.4.6",
"expo-device": "^6.0.2",
"expo-linking": "~6.2.2",
"expo-notifications": "~0.27.7",
"expo-router": "~3.4.10",
"expo-status-bar": "~1.11.1",
"formik": "^2.4.6",
"fs": "^0.0.1-security",
"i18n-js": "^4.4.3",
"native-base": "^3.4.28",
"path": "^0.12.7",
"popup-ui": "^1.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-editable-list": "^1.0.3",
"react-native-element-dropdown": "^2.12.0",
"react-native-form-select-picker": "^0.0.12",
"react-native-gesture-handler": "^2.16.2",
"react-native-input-select": "^1.3.6",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.11.0",
"react-native-redash": "^18.1.3",
"react-native-remote-svg": "^2.0.11",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "^3.31.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^15.3.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-swiper": "^1.6.0",
"react-native-swiper-flatlist": "^3.2.4",
"react-native-table-component": "^1.2.2",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.10.2",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"toggle-switch-react-native": "^3.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"babel-plugin-module-resolver": "^5.0.2",
"prettier": "^3.2.5",
"reactotron-react-native": "^5.1.7",
"reactotron-redux": "^3.1.9",
"typescript": "^5.1.3"
},
"private": true,
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
}
}