{ "name": "react-native-game-engine-expo-typescript-template", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "npx expo start --dev-client", "android": "npx expo start --android", "ios": "npx expo start --ios", "web": "npx expo start --web", "build:adhoc": "eas build --profile adhoc --local", "build:dev": "eas build --profile development --local", "build:preview": "eas build --profile preview --local", "build:production": "eas build --profile production --local", "eas:preview": "eas build --profile preview --auto-submit", "eas:production": "eas build --profile production --auto-submit", "submit:preview": "eas submit --profile preview", "submit:production": "eas submit --profile production", "update": "eas update --auto", "update:preview": "eas update --branch preview --message \"Updating Preview\"", "update:production": "eas update --branch production --message \"Updating Production\"", "pod:update": "pod repo update" }, "dependencies": { "expo": "^49.0.21", "expo-dev-client": "~2.4.12", "expo-status-bar": "~1.6.0", "matter-js": "^0.18.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.6", "react-native-game-engine": "^1.2.0", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "4.6.3", "react-native-svg": "13.9.0", "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0", "@babel/plugin-proposal-optional-chaining": "^7.0.0-0", "@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", "@babel/plugin-transform-template-literals": "^7.0.0-0", "@babel/preset-env": "^7.23.7", "@expo/webpack-config": "^19.0.0", "@types/matter-js": "^0.19.5", "@types/react": "^18.2.47", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^6.18.0", "@typescript-eslint/parser": "^6.18.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "typescript": "^5.3.3" }, "license": "MIT", "peerDependencies": { "rxjs": "6.6.7" } }