-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
89 lines (89 loc) · 3.1 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
{
"name": "Goal",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"type-check": "tsc",
"test:report": "jest --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --coverage",
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/slider": "^4.5.0",
"@react-native-google-signin/google-signin": "^10.1.1",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@reduxjs/toolkit": "^1.9.5",
"@shopify/react-native-skia": "^0.1.234",
"@supabase/supabase-js": "^2.39.0",
"appwrite": "^13.0.2",
"i18next": "^23.2.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "18.2.0",
"react-hook-form": "^7.48.2",
"react-i18next": "^13.0.1",
"react-native": "0.72.1",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.3.9",
"react-native-config": "^1.5.1",
"react-native-date-picker": "^4.3.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-graph": "^1.0.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-mmkv": "^2.10.0",
"react-native-modal": "^13.0.1",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "^3.5.4",
"react-native-redash": "^18.1.2",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.22.0",
"react-native-svg": "^14.0.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-notifications": "^3.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-redux": "^8.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.7",
"@react-navigation/devtools": "^6.0.19",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.2",
"@types/metro-config": "^0.76.3",
"@types/react-native": "^0.72.2",
"babel-jest": "^29.2.1",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-root-import": "^6.6.0",
"dotenv": "^16.3.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.76.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"redux-flipper": "^2.0.2"
},
"engines": {
"node": ">=16"
}
}