-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.15 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
{
"name": "ModernLaundary",
"version": "0.0.2",
"private": true,
"proxy": "http://localhost:5001",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"windows": "react-native run-windows",
"json-server": "json-server --watch db.json --port 3000 --host 0.0.0.0"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/datetimepicker": "^7.0.1",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-native-vector-icons": "^6.4.13",
"axios": "^1.3.4",
"lodash.debounce": "^4.0.8",
"react": "18.1.0",
"react-native": "0.70.7",
"react-native-bootsplash": "^4.7.2",
"react-native-dropdownalert": "^5.1.0",
"react-native-element-dropdown": "^2.8.0",
"react-native-flash-message": "^0.4.2",
"react-native-linear-gradient": "^2.6.2",
"react-native-pager-view": "5.4.24",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-splash-screen": "^3.3.0",
"react-native-tab-view": "*",
"react-native-toast-message": "^2.1.6",
"react-native-tooltip": "^5.2.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-windows": "0.70.16",
"react-navigation": "^4.4.4",
"react-navigation-tabs": "^2.11.2",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"json-server": "^0.17.3",
"metro-config": "^0.72.3",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}