forked from yefimchuk/restaurants-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.89 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.89 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
{
"name": "restaurantsexplorer",
"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",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.4.2",
"@reduxjs/toolkit": "^1.8.3",
"@rneui/base": "^4.0.0-rc.5",
"@rneui/themed": "^4.0.0-rc.5",
"@types/lodash": "^4.14.182",
"@types/node": "8",
"antd-mobile": "^5.17.1",
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.5",
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"fast-memoize": "^2.5.2",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.3",
"prettier": "^2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-animated-pagination-dot": "^0.3.2",
"react-native-elements": "^3.4.2",
"react-native-multi-selectbox": "^1.5.0",
"react-native-pagination": "^1.5.5",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "^3.14.1",
"react-native-svg": "12.3.0",
"react-native-dotenv": "^3.3.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.18.2",
"react-redux": "^8.0.2",
"redux-devtools-extension": "^2.13.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@react-native-community/datetimepicker": "^6.2.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@types/react": "17.0.14",
"@types/react-native": "~0.66.13",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1",
"react-native-dropdown-select-list": "^1.0.16",
"typescript": "^3.1.6"
},
"private": true
}