29 lines
695 B
JSON
29 lines
695 B
JSON
{
|
|
"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
|
|
}
|