2022-06-25 00:29:43 -05:00
|
|
|
{
|
|
|
|
"name": "react-native-game-engine-expo-typescript-template",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
|
"scripts": {
|
2024-01-09 02:26:26 -06:00
|
|
|
"start": "npx expo start --dev-client",
|
|
|
|
"android": "npx expo start --android",
|
|
|
|
"ios": "npx expo start --ios",
|
|
|
|
"web": "npx expo start --web",
|
2024-01-09 03:00:52 -06:00
|
|
|
"build:adhoc": "eas build --profile adhoc --local",
|
2024-01-09 02:26:26 -06:00
|
|
|
"build:dev": "eas build --profile development --local",
|
2024-01-09 03:00:52 -06:00
|
|
|
"build:preview": "eas build --profile preview --local",
|
|
|
|
"build:production": "eas build --profile production --local",
|
2024-01-09 02:26:26 -06:00
|
|
|
"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"
|
2022-06-25 00:29:43 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-09 02:26:26 -06:00
|
|
|
"expo": "^49.0.21",
|
|
|
|
"expo-dev-client": "~2.4.12",
|
|
|
|
"expo-status-bar": "~1.6.0",
|
2022-06-25 00:29:43 -05:00
|
|
|
"matter-js": "^0.18.0",
|
2024-01-09 02:26:26 -06:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-native": "0.72.6",
|
2022-06-25 00:29:43 -05:00
|
|
|
"react-native-game-engine": "^1.2.0",
|
2024-01-09 02:26:26 -06:00
|
|
|
"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"
|
2022-06-25 00:29:43 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-09 02:26:26 -06:00
|
|
|
"@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"
|
2022-06-25 00:29:43 -05:00
|
|
|
},
|
2023-02-15 18:34:37 -06:00
|
|
|
"license": "MIT",
|
2022-06-25 00:29:43 -05:00
|
|
|
"peerDependencies": {
|
|
|
|
"rxjs": "6.6.7"
|
|
|
|
}
|
2023-02-15 18:37:38 -06:00
|
|
|
}
|