{ "name": "expo-init", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@benjeau/react-native-draw": "^0.8.3", "@react-native-community/slider": "4.2.4", "@react-navigation/bottom-tabs": "^6.5.4", "@react-navigation/native": "^6.1.3", "@reduxjs/toolkit": "^1.9.2", "@shopify/react-native-skia": "0.1.157", "expo": "~47.0.12", "expo-2d-context": "^0.0.3", "expo-status-bar": "~1.4.2", "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-canvas": "^0.1.38", "react-native-feather": "^1.1.2", "react-native-gesture-handler": "^2.8.0", "react-native-svg": "13.4.0", "react-native-web": "~0.18.9", "react-redux": "^8.0.5", "redux": "^4.2.1", "rn-perfect-sketch-canvas": "^0.3.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/react": "~18.0.14", "@types/react-native": "~0.70.6", "@types/react-native-canvas": "^0.1.9", "typescript": "^4.6.3" }, "private": true }