{ "name": "react-native-game-engine-expo-typescript-template", "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", "eject": "expo eject" }, "dependencies": { "expo": "^47.0.0", "expo-status-bar": "~1.4.2", "matter-js": "^0.18.0", "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-game-engine": "^1.2.0", "react-native-reanimated": "~2.12.0", "react-native-safe-area-context": "4.4.1", "react-native-svg": "13.4.0", "react-native-web": "~0.18.7" }, "devDependencies": { "@babel/core": "^7.19.3", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/preset-env": "^7.17.12", "@expo/webpack-config": "^0.17.2", "@types/matter-js": "^0.17.7", "@types/react": "~18.0.24", "@types/react-native": "~0.70.6", "typescript": "^4.6.3" }, "license": "MIT", "peerDependencies": { "rxjs": "6.6.7" } }