feat: initial MetaBloom cross-platform MVP

This commit is contained in:
AI Company
2026-07-21 18:36:41 +00:00
commit 710d672307
18 changed files with 6481 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "metabloom",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~57.0.7",
"expo-linear-gradient": "~57.0.1",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-web": "^0.21.2"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"build:web": "expo export --platform web"
},
"private": true
}