|
8 | 8 | "prestart": "node scripts/setEnvFile.cjs Debug", |
9 | 9 | "start": "rock start", |
10 | 10 | "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", |
11 | | - "type-check": "tsc --noEmit", |
| 11 | + "type-check": "tsc --noEmit --skipLibCheck", |
12 | 12 | "prettier": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\" ./scripts", |
13 | 13 | "buildRelease": "node scripts/setEnvFile.cjs Release && rock build:android --variant release --local", |
14 | 14 | "open": "open ./android/app/build/outputs/apk/release/", |
|
47 | 47 | "@react-navigation/bottom-tabs": "^7.4.7", |
48 | 48 | "@react-navigation/native": "^7.1.17", |
49 | 49 | "@react-navigation/native-stack": "^7.3.26", |
50 | | - "@react-navigation/stack": "^7.4.8", |
51 | | - "@shopify/flash-list": "2.0.2", |
| 50 | + "@shopify/flash-list": "^2.0.3", |
52 | 51 | "cheerio": "1.0.0-rc.12", |
53 | 52 | "color": "^5.0.0", |
54 | 53 | "dayjs": "^1.11.18", |
|
81 | 80 | "react-native-file-access": "^3.2.0", |
82 | 81 | "react-native-gesture-handler": "^2.28.0", |
83 | 82 | "react-native-lottie-splash-screen": "^1.1.2", |
| 83 | + "react-native-mmkv": "^3.3.3", |
84 | 84 | "react-native-pager-view": "^6.9.1", |
85 | 85 | "react-native-paper": "^5.14.5", |
86 | 86 | "react-native-reanimated": "^4.1.0", |
|
90 | 90 | "react-native-shimmer-placeholder": "^2.0.9", |
91 | 91 | "react-native-tab-view": "^4.1.3", |
92 | 92 | "react-native-url-polyfill": "^2.0.0", |
93 | | - "react-native-webview": "13.15.0", |
| 93 | + "react-native-webview": "^13.16.0", |
94 | 94 | "react-native-worklets": "^0.5.1", |
95 | 95 | "react-native-zip-archive": "^7.0.2", |
96 | 96 | "sanitize-html": "^2.17.0", |
97 | 97 | "urlencode": "^2.0.0" |
98 | 98 | }, |
99 | 99 | "devDependencies": { |
100 | | - "@babel/core": "^7.26.0", |
101 | | - "@babel/preset-env": "^7.25.3", |
102 | | - "@babel/runtime": "^7.25.0", |
103 | | - "@react-native-community/cli": "^18.0.0", |
104 | | - "@react-native-community/cli-platform-android": "^18.0.0", |
105 | | - "@react-native-community/cli-platform-ios": "^18.0.0", |
106 | | - "@react-native/babel-preset": "^0.79.2", |
107 | | - "@react-native/eslint-config": "^0.79.2", |
108 | | - "@react-native/metro-config": "^0.79.2", |
109 | | - "@react-native/typescript-config": "^0.79.2", |
110 | | - "@types/color": "^3.0.3", |
111 | | - "@types/i18n-js": "^3.8.2", |
112 | | - "@types/lodash-es": "^4.17.6", |
113 | | - "@types/react": "19.1.3", |
114 | | - "@types/sanitize-html": "^2.11.0", |
| 100 | + "@babel/core": "^7.28.4", |
| 101 | + "@babel/plugin-transform-export-namespace-from": "^7.27.1", |
| 102 | + "@babel/preset-env": "^7.28.3", |
| 103 | + "@babel/runtime": "^7.28.4", |
| 104 | + "@react-native/babel-preset": "^0.81.1", |
| 105 | + "@react-native/eslint-config": "^0.81.1", |
| 106 | + "@react-native/metro-config": "^0.81.1", |
| 107 | + "@react-native/typescript-config": "^0.81.1", |
| 108 | + "@rock-js/platform-android": "^0.11.2", |
| 109 | + "@rock-js/platform-ios": "^0.11.2", |
| 110 | + "@rock-js/plugin-metro": "^0.11.2", |
| 111 | + "@rozenite/metro": "1.0.0-alpha.14", |
| 112 | + "@rozenite/mmkv-plugin": "1.0.0-alpha.14", |
| 113 | + "@rozenite/network-activity-plugin": "1.0.0-alpha.14", |
| 114 | + "@rozenite/performance-monitor-plugin": "1.0.0-alpha.14", |
| 115 | + "@rozenite/react-navigation-plugin": "1.0.0-alpha.14", |
| 116 | + "@types/color": "^4.2.0", |
| 117 | + "@types/lodash-es": "^4.17.12", |
| 118 | + "@types/react": "~19.1.12", |
| 119 | + "@types/sanitize-html": "^2.16.0", |
115 | 120 | "babel-plugin-module-resolver": "^5.0.2", |
116 | | - "babel-plugin-react-compiler": "19.1.0-rc.2", |
117 | | - "eslint": "^8.19.0", |
| 121 | + "babel-plugin-react-compiler": "19.1.0-rc.3", |
| 122 | + "eslint": "^8.57.1", |
118 | 123 | "husky": "^7.0.4", |
119 | 124 | "lint-staged": "^12.5.0", |
120 | 125 | "prettier": "2.8.8", |
121 | 126 | "react-native-dotenv": "^3.4.11", |
122 | | - "react-native-mmkv": "^3.3.1", |
123 | 127 | "react-native-performance": "^5.1.4", |
124 | | - "rock": "^0.11.1", |
| 128 | + "rock": "^0.11.2", |
125 | 129 | "typescript": "~5.9.2" |
126 | 130 | }, |
127 | 131 | "lint-staged": { |
|
132 | 136 | }, |
133 | 137 | "engines": { |
134 | 138 | "node": ">=20" |
135 | | - } |
| 139 | + }, |
| 140 | + "trustedDependencies": [ |
| 141 | + "protobufjs" |
| 142 | + ] |
136 | 143 | } |
0 commit comments