package.json
1 { 2 "name": "vii-legio", 3 "version": "1.0.0", 4 "main": "index.js", 5 "scripts": { 6 "start": "expo start", 7 "web": "expo start --web", 8 "android": "expo start --android", 9 "ios": "expo start --ios", 10 "build:web": "expo export --platform web" 11 }, 12 "dependencies": { 13 "expo": "~52.0.0", 14 "expo-status-bar": "~2.0.0", 15 "react": "18.3.2", 16 "react-dom": "18.3.2", 17 "react-native": "0.76.3", 18 "react-native-web": "~0.19.13", 19 "@expo/metro-runtime": "~4.0.0", 20 "@react-native-async-storage/async-storage": "^2.1.0", 21 "react-native-svg": "15.8.0" 22 }, 23 "devDependencies": { 24 "@babel/core": "^7.24.0", 25 "@types/react": "~18.3.12" 26 } 27 }