react-native-game-engine-ex.../package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

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": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
2023-02-15 18:37:38 -06:00
"expo": "^47.0.0",
"expo-status-bar": "~1.4.2",
2022-06-25 00:29:43 -05:00
"matter-js": "^0.18.0",
2023-02-15 18:37:38 -06:00
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
2022-06-25 00:29:43 -05:00
"react-native-game-engine": "^1.2.0",
2023-02-15 18:37:38 -06:00
"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"
2022-06-25 00:29:43 -05:00
},
"devDependencies": {
2023-02-15 18:37:38 -06:00
"@babel/core": "^7.19.3",
2022-06-25 00:29:43 -05:00
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/preset-env": "^7.17.12",
2023-02-15 18:37:38 -06:00
"@expo/webpack-config": "^0.17.2",
2022-06-25 00:29:43 -05:00
"@types/matter-js": "^0.17.7",
2023-02-15 18:37:38 -06:00
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.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
}