-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.14 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
{
"name": "reactnativewise",
"version": "0.0.1",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@devvie/bottom-sheet": "^0.3.0",
"@expo-google-fonts/inter": "^0.2.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.16",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.5",
"@react-navigation/stack": "^6.3.17",
"@realm/react": "^0.6.2",
"@shopify/react-native-skia": "^1.0.4",
"@types/styled-components-react-native": "^5.2.5",
"expo": "^49.0.0",
"expo-dev-client": "~2.4.13",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"formik": "^2.2.9",
"gaussian": "^1.3.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-line-graph": "https://github.com/lucasvnborges/react-native-line-graph",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.10.0",
"react-native-paper-toast": "^1.2.3",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"realm": "12.6.2",
"styled-components": "5.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@config-plugins/detox": "^7.0.0",
"@faker-js/faker": "^8.4.1",
"@realm/babel-plugin": "^0.2.0",
"@types/gaussian": "^1.2.2",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"detox": "^20.18.4",
"detox-expo-helpers": "^0.6.0",
"expo-detox-hook": "^1.0.10",
"jest": "^29",
"prettier": "3.0.2",
"typescript": "^5.1.3"
},
"private": true
}