Files
Assemblr/package.json
fakz9 9b16b14a4c Initial commit
Generated by create-expo-app 2.0.4.
2023-09-08 02:32:26 +03:00

24 lines
506 B
JSON

{
"name": "assemblr",
"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": {
"expo": "~49.0.8",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"typescript": "^5.1.3"
},
"private": true
}