react-native-tabview-ex
Version:
TabView for React Native
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "react-native-tabview-ex",
"version": "1.0.1",
"description": "TabView for React Native",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist -x \".ts, .tsx\"",
"dist": "babel ./src --out-dir dist --extensions '.ts , .tsx'"
},
"dependencies": {
"@react-native-community/viewpager": "^4.0.0",
"react": "^16.13.1",
"react-native": "0.62.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.5.1",
"eslint-plugin-react-hooks": "^4.0.4",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"ScrollableTabView",
"ScrollableView",
"ScrollableTabBar",
"ViewPager",
"TabBar",
"TabItem",
"TabView"
],
"author": {
"name": "jamesgzm",
"email": "934249779@qq.com",
"url": "https://github.com/JamesGZM"
},
"license": "ISC"
}