31 lines
819 B
JSON
31 lines
819 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",
|
|
"lucide-react-native": "^1.25.0",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.86.0",
|
|
"react-native-svg": "15.15.4",
|
|
"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": "node --stack_size=8192 node_modules/typescript/bin/tsc --noEmit",
|
|
"build:web": "expo export --platform web"
|
|
},
|
|
"private": true
|
|
}
|