react-native-tabeller/example/package.json
Asad 214467ac82 add SheetJS integration example and fix table component styling
- Clean up ExampleFive component by removing unused elements
- Improve cell layout and alignment in various table components
- Improve cell layout and alignment in various table components
2025-03-10 00:51:36 -04:00

27 lines
657 B
JSON

{
"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",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-builder-bob": "^0.37.0"
},
"private": true
}