-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.37 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "pure-weight",
"main": "expo-router/entry",
"version": "0.8.8",
"scripts": {
"start": "expo start",
"start-dev": "expo start --dev-client",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"expo": {
"autolinking": {
"searchPaths": [
"."
]
}
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "4.6.0",
"@js-temporal/polyfill": "^0.4.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.7.5",
"@react-native/metro-config": "^0.74.0",
"@react-navigation/native": "^6.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-svg-charts": "^5.0.15",
"convert": "^4.14.0",
"d3": "^7.8.5",
"eventemitter3": "^5.0.1",
"expo": "~51.0.31",
"expo-application": "~5.9.1",
"expo-dev-client": "~4.0.25",
"expo-device": "~6.0.2",
"expo-font": "~12.0.9",
"expo-haptics": "~13.0.1",
"expo-keep-awake": "~13.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-router": "~3.5.23",
"expo-screen-orientation": "~7.0.5",
"expo-secure-store": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-updates": "~0.25.24",
"expo-web-browser": "~13.0.3",
"i18next": "^23.5.1",
"javascript-time-ago": "^2.5.9",
"metro-react-native-babel-preset": "^0.77.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.3.0",
"react-native": "0.74.5",
"react-native-background-timer": "^2.4.1",
"react-native-calendars": "^1.1302.0",
"react-native-chart-kit": "^6.12.0",
"react-native-device-info": "^10.11.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-permissions": "^4.1.1",
"react-native-purchases": "^7.23.0",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.19.10",
"react-redux": "^8.1.3",
"react-use-precision-timer": "^3.5.5",
"reanimated-color-picker": "^2.4.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@biomejs/biome": "1.8.3",
"@types/lodash": "^4.14.199",
"@types/react": "~18.2.79",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.4",
"prettier": "^3.0.3",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"files": [
".npmrc"
],
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0",
"react-native-reanimated": "3.3.0"
},
"private": true
}