-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.39 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.39 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"main": "index.js",
"license": "",
"typings": "src/interfaces",
"scripts": {
"android": "./android.sh",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "eslint ./src || react-native start",
"test": "jest",
"lint": "watch 'eslint ./src'"
},
"dependencies": {
"@expo-google-fonts/titillium-web": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "7.1.3",
"@react-native-community/slider": "4.1.12",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/drawer": "^5.12.9",
"@react-navigation/material-bottom-tabs": "^5.3.19",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"axios": "^0.21.4",
"expo": ">=44.0.0-0 <45.0.0",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.3",
"expo-splash-screen": "~0.14.1",
"expo-updates": "~0.11.6",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"lottie-react-native": "5.0.1",
"moment": "^2.29.1",
"promise.allsettled": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.4",
"react-native-collapsible": "^1.6.0",
"react-native-draggable-flatlist": "^3.0.7",
"react-native-dropdown-picker": "^4.0.9",
"react-native-gesture-handler": "~2.1.0",
"react-native-modal": "^11.10.0",
"react-native-modal-datetime-picker": "^9.2.3",
"react-native-modalize": "^2.1.1",
"react-native-paper": "^4.12.5",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-slider": "^0.11.0",
"react-native-svg": "12.1.1",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "0.17.1",
"react-native-wheel-color-picker": "^1.2.0",
"socket.io-client": "^4.2.0",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@devlights/types": "^0.0.14",
"@react-native-community/eslint-config": "^2.0.0",
"@types/lodash": "^4.14.175",
"@types/node": "^14.17.19",
"@types/promise.allsettled": "^1.0.3",
"@types/react": "~17.0.21",
"@types/react-dom": "~17.0.9",
"@types/react-native": "~0.64.12",
"@types/react-redux": "^7.1.18",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "9.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react-native": "^3.11.0",
"eslint-watch": "^7.0.0",
"jest-expo": "^44.0.0",
"metro-react-native-babel-preset": "^0.63.0",
"prettier": "^2.4.1",
"prettier-eslint": "^12.0.0",
"typescript": "~4.3.5",
"watch": "^1.0.2"
},
"jest": {
"preset": "react-native"
},
"private": true
}