UNPKG

slidedeck

Version:

An easy to use React-based slide show library

63 lines (62 loc) 1.6 kB
{ "name": "slidedeck", "version": "0.1.3", "author": { "name": "Harrison Kelly", "email": "harrisonkelly728@gmail.com" }, "description": "An easy to use React-based slide show library", "keywords": [ "react", "reactjs", "slides", "slideshow", "library" ], "module": "dist/index.js", "style": "src/theme.module.scss", "files": [ "dist" ], "license": "MIT", "peerDependencies": { "react": "^16.10.2", "react-dom": "^16.10.0", "typescript": "^3.6.4" }, "dependencies": { "@use-it/event-listener": "^0.1.3", "classnames": "^2.2.6", "history": "^4.10.1", "node-sass": "^4.12.0", "react-router-dom": "^5.1.2", "react-syntax-highlighter": "^11.0.2" }, "scripts": { "build": "rollup -c", "test": "react-scripts test", "lint": "eslint ." }, "devDependencies": { "@testing-library/jest-dom": "^4.1.2", "@testing-library/react": "^9.3.0", "@types/classnames": "^2.2.9", "@types/jest": "^24.0.19", "@types/react": "^16.9.5", "@types/react-router-dom": "^4.3.5", "@typescript-eslint/eslint-plugin": "^2.4.0", "@typescript-eslint/parser": "^2.4.0", "eslint": "^6.5.1", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-hooks": "^2.1.2", "jest": "^24.9.0", "react-scripts": "^3.2.0", "rollup": "^1.24.0", "rollup-plugin-scss": "^1.0.2", "typescript": "^3.6.4", "rollup-plugin-typescript2": "^0.24.3" } }