-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.63 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
81
82
83
84
{
"name": "onix-sf",
"version": "0.0.1",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .jsx,.js,.ts,.tsx",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss}\"",
"prepare": "husky install",
"devtools": "react-devtools"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/elements": "1.3.6",
"@react-navigation/native": "6.0.13",
"@react-navigation/stack": "6.3.4",
"axios": "^0.27.2",
"base-64": "^1.0.0",
"colord": "^2.9.3",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"deepmerge": "^4.2.2",
"expo": "~47.0.8",
"expo-constants": "~14.0.2",
"expo-dev-client": "^2.0.1",
"expo-font": "~11.0.1",
"expo-modules-autolinking": "~1.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"lodash": "^4.17.21",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-draggable-flatlist": "^3.1.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-paper": "4.12.5",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-sse": "^1.1.0",
"react-native-svg": "13.4.0",
"react-native-svg-uri": "^1.2.3",
"react-native-switch-toggles": "^1.0.1",
"react-native-vector-icons": "^9.2.0",
"round-to": "^6.0.0",
"sleep-promise": "^9.1.0",
"socket.io-client": "^4.5.4",
"use-deep-compare-effect": "^1.8.1",
"victory-native": "^36.6.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.1.6",
"@types/lodash": "^4.14.188",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"metro-react-native-babel-preset": "^0.73.3",
"prettier": "^2.7.1",
"react-devtools": "^4.26.1",
"react-native-svg-transformer": "^1.0.0",
"reactotron-react-native": "^5.0.3",
"typescript": "^4.6.3"
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}