-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 5.05 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 5.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "kaooappreloaded",
"version": "1.3.0",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
"android:release": "yarn android --mode release",
"ios": "react-native run-ios",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --project tsconfig.json --pretty --noEmit --skipLibCheck",
"start": "react-native start",
"test": "jest",
"postinstall": "yarn npm-license-crawler -onlyDirectDependencies -json licenses.json && yarn patch-package && ./postinstall.sh",
"postuninstall": "yarn npm-license-crawler -onlyDirectDependencies -json licenses.json",
"build-android": "bash -c \"pushd android ; ./gradlew assembleRelease ; popd\"",
"postversion": "react-native-version --never-amend -L && ./postversion.sh",
"prepare": "node-git-hooks",
"clean:android": "bash -c \"pushd android ; ./gradlew clean ; popd\"",
"translations:push": "bash -c \"pushd src/translations/translation-files ; git add . ; git commit -m 'Update translations' ; git push ; popd\"",
"translations:pull": "bash -c \"pushd src/translations/translation-files ; git pull ; popd\"",
"precommit-hooks": "bash -c \".git/hooks/pre-commit\"",
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"generate:icon": "iconset create",
"generate:splash": "echo 'Do not use this, the files were modified after generation' && exit 1 && react-native-bootsplash generate assets/splash.png",
"bump-version:major": "yarn version major && yarn postversion",
"bump-version:minor": "yarn version minor && yarn postversion",
"bump-version:patch": "yarn version patch && yarn postversion"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5",
"@notifee/react-native": "^9.1.8",
"@os-team/i18next-react-native-language-detector": "^1.1.6",
"@pushpendersingh/react-native-scanner": "^3.0.0",
"@react-native-community/hooks": "^100.1.0",
"@react-native-vector-icons/material-design-icons": "^12.4.0",
"@react-native/new-app-screen": "0.82.1",
"@react-navigation/bottom-tabs": "^7.8.8",
"@react-navigation/native": "^7.1.22",
"@react-navigation/native-stack": "^7.8.1",
"@reduxjs/toolkit": "^2.11.0",
"@zoontek/react-native-navigation-bar": "^1.0.1",
"fuse.js": "^7.1.0",
"i18next": "^25.7.3",
"intl-pluralrules": "^2.0.1",
"moment": "^2.30.1",
"react": "19.1.1",
"react-i18next": "^16.5.0",
"react-native": "0.82.1",
"react-native-bootsplash": "^7.0.1",
"react-native-fast-image": "^8.6.3",
"react-native-flex-layout": "^0.1.5",
"react-native-gesture-handler": "^2.29.1",
"react-native-localize": "^3.6.0",
"react-native-logs": "^5.5.0",
"react-native-mmkv": "~3.3.3",
"react-native-navigation-bar": "^0.2.1",
"react-native-paper": "^5.14.5",
"react-native-permissions": "^5.4.4",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.18.0",
"react-native-toast-message": "^2.3.3",
"react-native-uuid": "^2.0.3",
"react-native-worklets": "^0.7.2",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"use-debounce": "^10.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@microsoft/eslint-formatter-sarif": "^3.1.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.82.1",
"@react-native/eslint-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@react-navigation/devtools": "^7.0.42",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/parser": "^8.48.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"icon-set-creator": "^1.2.6",
"jest": "^30.2.0",
"node-git-hooks": "^1.0.7",
"npm-license-crawler": "^0.2.1",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.8.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "19.1.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.48.0"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.4.1",
"resolutions": {
"color": "^5"
}
}