mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
19 lines
372 B
JSON
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"
|
|
}
|
|
}
|