UNPKG

@merchantlabs/react-carousel

Version:

Merchant Labs React component library.

50 lines (49 loc) 1.21 kB
{ "name": "@merchantlabs/react-carousel", "version": "1.0.0-alpha2", "description": "Merchant Labs React component library.", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "prepublishOnly": "nwb build-react-component", "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "react-resize-observer-hook": "^0.0.2", "react-swipeable-views": "^0.12.13", "react-swipeable-views-core": "^0.12.11", "react-swipeable-views-utils": "^0.12.13", "resize-observer-polyfill": "^1.5.0", "styled-components": "^4.2.0" }, "peerDependencies": { "react": "16.x", "styled-components": "^3.3.3" }, "devDependencies": { "nwb": "^0.23.0", "react": "^16.8.6", "react-dom": "^16.8.6" }, "author": "Joe Isabell", "homepage": "", "license": "MIT", "repository": "", "keywords": [ "react-component" ], "publishConfig": { "access": "public" } }