-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.39 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 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
100
101
102
{
"name": "abacus",
"version": "0.25.0",
"private": true,
"homepage": "https://github.com/victorbalssa/abacus",
"scripts": {
"android": "expo run:android",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"ios": "expo run:ios",
"lint": "eslint --config .eslintrc.json .",
"lint-with-results": "eslint --config .eslintrc.json --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif .",
"start": "expo start --dev-client"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|victory|react-native-svg|react-clone-referenced-element|expo(nent)?|@expo(nent)?/.*|react-navigation|redux-persist|native-base(-shoutem-theme)|native-base))"
]
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-navigation/bottom-tabs": "6.5.14",
"@react-navigation/native": "6.1.12",
"@react-navigation/native-stack": "6.9.20",
"@rematch/core": "^2.2.0",
"@rematch/loading": "^2.1.2",
"@rematch/persist": "^2.1.2",
"@shopify/react-native-skia": "2.2.12",
"axios": "^1.12.2",
"babel-polyfill": "^6.26.0",
"base-64": "^1.0.0",
"expo": "^54.0.13",
"expo-application": "~7.0.7",
"expo-asset": "~12.0.9",
"expo-auth-session": "~7.0.8",
"expo-blur": "~15.0.7",
"expo-clipboard": "~8.0.7",
"expo-crypto": "~15.0.7",
"expo-dev-client": "~6.0.13",
"expo-device": "~8.0.9",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-local-authentication": "~17.0.7",
"expo-localization": "~17.0.7",
"expo-quick-actions": "^4.0.2",
"expo-secure-store": "~15.0.7",
"expo-status-bar": "~3.0.8",
"expo-store-review": "~9.0.8",
"expo-system-ui": "~6.0.7",
"expo-updates": "~29.0.12",
"globally": "^0.0.0",
"i18n-js": "^4.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-helmet": "^5.2.1",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-pager-view": "6.9.1",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-worklets": "0.5.1",
"react-redux": "9.2.0",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"semver": "^7.5.4",
"sharp-cli": "^5.1.0",
"slash": "^5.1.0",
"victory-native": "^36.9.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.9.0",
"@types/react": "~19.1.10",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-preset-expo": "~54.0.0",
"detox": "20.36.3",
"dotenv": "^16.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.1",
"jest-expo": "~54.0.12",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typescript": "~5.9.2"
}
}