react-native-tabeller/example/package.json

26 lines
590 B
JSON
Raw Normal View History

2025-03-08 19:33:22 +00:00
{
"name": "react-native-tabeller-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"expo": "~52.0.37",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-builder-bob": "^0.37.0"
},
"private": true
}