UNPKG

react-autoheight-swipeable-views

Version:

Swipeable views for swipeable tabs

35 lines (34 loc) 872 B
{ "name": "react-autoheight-swipeable-views", "version": "0.0.6", "description": "Swipeable views for swipeable tabs", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "keywords": [ "swipe", "react-swipeable-views", "swipeable-tabs" ], "author": "Benjamin", "license": "ISC", "dependencies": { "react": "^16.10.0", "react-dom": "^16.10.0", "react-scripts-ts": "^3.1.0", "react-swipeable-views": "^0.13.3", "resize-observer-polyfill": "^1.5.1" }, "devDependencies": { "@types/react": "^16.9.3", "@types/react-dom": "^16.9.1", "@types/react-swipeable-views": "^0.13.0", "@types/react-test-renderer": "^16.9.0", "ts-loader": "^6.1.2", "typescript": "^3.6.3", "webpack": "^4.41.0", "webpack-cli": "^3.3.9" } }