-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) 路 3.05 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) 路 3.05 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
{
"name": "fintunes",
"version": "2.5.0",
"main": "index.js",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --scheme \"Fintunes\"",
"start": "react-native start",
"test": "jest",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@d11/react-native-fast-image": "8.13.0",
"@iternio/react-native-auto-play": "0.2.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.6.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "7.10.1",
"@react-navigation/elements": "2.9.5",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "7.10.1",
"@react-navigation/stack": "^7.6.16",
"@reduxjs/toolkit": "2.11.2",
"@sbaiahmed1/react-native-blur": "^4.5.3",
"@shopify/flash-list": "2.2.0",
"@shopify/react-native-skia": "2.4.14",
"date-fns": "4.1.0",
"events": "3.3.0",
"fuse.js": "7.1.0",
"i18n-js": "4.5.1",
"lodash": "4.17.23",
"mime": "4.1.0",
"react": "19.2.3",
"react-airplay": "1.2.0",
"react-native": "^0.83.1",
"react-native-accessibility-settings": "0.1.2",
"react-native-collapsible": "1.6.2",
"react-native-dotenv": "3.4.11",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-localize": "3.6.1",
"react-native-modal-datetime-picker": "18.0.0",
"react-native-nitro-modules": "^0.33.2",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.20.0",
"react-native-shadow-2": "7.1.2",
"react-native-svg": "^15.15.1",
"react-native-track-player": "4.1.2",
"react-native-webview": "^13.16.0",
"react-native-worklets": "^0.7.2",
"react-redux": "9.2.0",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"styled-components": "6.3.8"
},
"devDependencies": {
"@babel/core": "7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/runtime": "7.28.6",
"@react-native-community/cli": "^20.1.1",
"@react-native/babel-preset": "^0.83.1",
"@react-native/eslint-config": "^0.83.1",
"@react-native/metro-config": "^0.83.1",
"@react-native/typescript-config": "0.83.1",
"@sentry/cli": "3.1.0",
"@sentry/react-native": "7.10.0",
"@types/events": "^3.0.3",
"@types/jest": "^30.0.0",
"@types/lodash": "4.17.23",
"@types/node": "^25.1.0",
"@types/react": "19.2.9",
"@typescript-eslint/eslint-plugin": "8.53.1",
"@typescript-eslint/parser": "8.53.1",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"jest": "^29.7.0",
"metro-react-native-babel-transformer": "0.77.0",
"react-native-svg-transformer": "1.5.2",
"tslib": "2.8.1",
"typescript": "5.9.3"
}
}