Files
bolt.diy/mobile/package.json
2025-06-05 19:45:55 -05:00

19 lines
372 B
JSON

{
"name": "bolt-mobile",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "^53.0.10",
"expo-status-bar": "~1.9.0",
"react": "18.2.0",
"react-native": "0.73.0"
}
}