|
1 | 1 | { |
2 | | - "name": "example", |
3 | | - "version": "1.0.0", |
4 | | - "main": "node_modules/expo/AppEntry.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 | | - "expo": "~48.0.15", |
13 | | - "expo-status-bar": "~1.4.4", |
14 | | - "react": "18.2.0", |
15 | | - "react-dom": "18.2.0", |
16 | | - "react-native": "0.71.8", |
17 | | - "react-native-safe-area-context": "4.5.0", |
18 | | - "react-native-web": "~0.18.10", |
19 | | - "react-syntax-highlighter": "15.5.0", |
20 | | - "webpack": "5.94.0" |
21 | | - }, |
22 | | - "devDependencies": { |
23 | | - "@babel/core": "7.22.1", |
24 | | - "@babel/preset-env": "7.22.4", |
25 | | - "@expo/webpack-config": "18.0.1", |
26 | | - "@types/react": "18.2.8", |
27 | | - "@types/react-native": "0.72.2", |
28 | | - "@types/react-syntax-highlighter": "15.5.7", |
29 | | - "babel-loader": "9.0.0", |
30 | | - "babel-plugin-module-resolver": "5.0.0", |
31 | | - "react-test-renderer": "18.2.0" |
32 | | - }, |
33 | | - "private": true |
| 2 | + "name": "example", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "node_modules/expo/AppEntry.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 | + "expo": "~48.0.15", |
| 13 | + "expo-status-bar": "~1.4.4", |
| 14 | + "react": "18.2.0", |
| 15 | + "react-dom": "18.2.0", |
| 16 | + "react-native": "0.71.8", |
| 17 | + "react-native-safe-area-context": "4.5.0", |
| 18 | + "react-native-web": "~0.18.10", |
| 19 | + "react-syntax-highlighter": "15.5.0", |
| 20 | + "webpack": "5.94.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "7.22.1", |
| 24 | + "@babel/preset-env": "7.22.4", |
| 25 | + "@expo/webpack-config": "18.0.1", |
| 26 | + "@types/react": "18.2.8", |
| 27 | + "@types/react-native": "0.72.2", |
| 28 | + "@types/react-syntax-highlighter": "15.5.7", |
| 29 | + "babel-loader": "9.0.0", |
| 30 | + "babel-plugin-module-resolver": "5.0.0", |
| 31 | + "react-test-renderer": "18.2.0" |
| 32 | + }, |
| 33 | + "private": true |
34 | 34 | } |
0 commit comments