-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.39 KB
/
package.json
File metadata and controls
94 lines (94 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
{
"name": "Kano",
"version": "1.2.6",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "npx patch-package && node ./post-install.js",
"license-crawler": "npx npm-license-crawler -onlyDirectDependencies -json licenses.json"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/slider": "^5.0.1",
"@react-native-firebase/analytics": "^23.4.0",
"@react-native-firebase/app": "^23.4.0",
"@react-native-firebase/crashlytics": "^23.4.0",
"@react-native-vector-icons/fontawesome6": "^12.2.0",
"@react-native-vector-icons/material-design-icons": "^12.3.0",
"@react-native/new-app-screen": "0.81.4",
"@react-navigation/bottom-tabs": "^7.4.8",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.3.27",
"@react-spring/native": "^10.0.3",
"@realm/react": "^0.11.0",
"@shopify/flash-list": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@xmldom/xmldom": "^0.8.11",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-native": "^5.0.0",
"i18next": "^25.5.3",
"lottie-react-native": "^7.3.4",
"react": "19.1.0",
"react-i18next": "^16.0.0",
"react-native": "0.81.4",
"react-native-device-info": "^14.1.1",
"react-native-drax": "^0.11.0-alpha.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-idle-timer": "^2.2.3",
"react-native-in-app-review": "^4.4.2",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-localize": "^3.5.3",
"react-native-marked": "^7.0.2",
"react-native-mmkv": "^3.3.3",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "^4.1.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.16.0",
"react-native-sound": "^0.12.0",
"react-native-svg": "^15.14.0",
"react-native-toast-message": "^2.3.3",
"react-native-worklets": "^0.6.1",
"react-tinder-card": "^1.6.4",
"realm": "^20.2.0",
"svg-path-properties": "^1.3.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.4",
"@react-native/eslint-config": "0.81.4",
"@react-native/metro-config": "0.81.4",
"@react-native/typescript-config": "0.81.4",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.1",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-unused-imports": "^4.2.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"recursive-copy": "^2.0.14",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
}
}