|
1 | 1 | { |
2 | | - "name": "react-native-alert-queue-example", |
3 | | - "version": "1.0.0", |
4 | | - "main": "index.js", |
5 | | - "scripts": { |
6 | | - "start": "expo start", |
7 | | - "android": "expo start --android", |
8 | | - "ios": "expo start --ios", |
9 | | - "web": "expo start --web" |
10 | | - }, |
11 | | - "dependencies": { |
12 | | - "react-native-alert-queue": "workspace:*", |
13 | | - "@expo/metro-runtime": "~6.1.2", |
14 | | - "expo": "~54.0.32", |
15 | | - "expo-status-bar": "~3.0.9", |
16 | | - "react": "19.1.0", |
17 | | - "react-dom": "19.1.0", |
18 | | - "react-native": "0.81.5", |
19 | | - "react-native-reanimated": "~4.1.1", |
20 | | - "react-native-safe-area-context": "~5.6.0", |
21 | | - "react-native-web": "^0.21.0", |
22 | | - "react-native-worklets": "0.5.1" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "@babel/core": "^7.20.0", |
26 | | - "@react-native/metro-config": "0.81.5", |
27 | | - "react-native-builder-bob": "^0.40.17" |
28 | | - }, |
29 | | - "private": true |
| 2 | + "name": "react-native-alert-queue-example", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "scripts": { |
| 6 | + "start": "expo start", |
| 7 | + "android": "expo start --android", |
| 8 | + "ios": "expo start --ios", |
| 9 | + "web": "expo start --web" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "react-native-alert-queue": "workspace:*", |
| 13 | + "@expo/metro-runtime": "~6.1.2", |
| 14 | + "expo": "~54.0.33", |
| 15 | + "expo-status-bar": "~3.0.9", |
| 16 | + "react": "19.1.0", |
| 17 | + "react-dom": "19.1.0", |
| 18 | + "react-native": "0.81.5", |
| 19 | + "react-native-reanimated": "~4.1.1", |
| 20 | + "react-native-safe-area-context": "~5.6.2", |
| 21 | + "react-native-web": "^0.21.2", |
| 22 | + "react-native-worklets": "0.5.1" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@babel/core": "^7.29.0", |
| 26 | + "@react-native/metro-config": "0.81.5", |
| 27 | + "react-native-builder-bob": "^0.40.18" |
| 28 | + }, |
| 29 | + "private": true |
30 | 30 | } |
0 commit comments