| { |
| "name": "chahuadev-code-editor", |
| "version": "1.0.0", |
| "main": "index.js", |
| "scripts": { |
| "start": "expo start", |
| "android": "expo run:android", |
| "ios": "expo run:ios", |
| "web": "expo start --web" |
| }, |
| "dependencies": { |
| "@react-navigation/native": "^7.1.19", |
| "@react-navigation/native-stack": "^7.4.2", |
| "babel-preset-expo": "~55.0.8", |
| "expo": "~55.0.8", |
| "expo-document-picker": "~55.0.5", |
| "expo-file-system": "~55.0.11", |
| "expo-sharing": "~55.0.14", |
| "expo-status-bar": "~55.0.4", |
| "react": "19.2.0", |
| "react-dom": "19.2.0", |
| "react-native": "0.83.2", |
| "react-native-gesture-handler": "~2.30.0", |
| "react-native-reanimated": "4.2.1", |
| "react-native-safe-area-context": "~5.6.2", |
| "react-native-screens": "~4.23.0", |
| "react-native-web": "^0.21.0", |
| "react-native-webview": "^13.12.5", |
| "react-native-worklets": "0.7.2" |
| }, |
| "devDependencies": { |
| "@babel/core": "^7.20.0" |
| }, |
| "private": true |
| } |
|
|