react-multi-carousel-jsm
Version:
Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.
161 lines (160 loc) • 4.66 kB
JSON
{
"_from": "react-multi-carousel-jsm",
"_id": "react-multi-carousel-jsm@2.6.6",
"_inBundle": false,
"_integrity": "sha512-OxG8QfbmamSQ/XUIFQUxkF4jBv5sTO5ynABjNmY6CdtKzOg32Dz4HlgiGsOvSFLkimCFpGQdHy+k/46V/O3PPw==",
"_location": "/react-multi-carousel-jsm",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-multi-carousel-jsm",
"name": "react-multi-carousel-jsm",
"escapedName": "react-multi-carousel-jsm",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-multi-carousel-jsm/-/react-multi-carousel-jsm-2.6.6.tgz",
"_shasum": "33a92bb57e795ee353ea27f08489a6923660b36a",
"_spec": "react-multi-carousel-jsm",
"_where": "/Users/sebastiaaneekhof/Documents/kwekenmetled/storefront",
"author": {
"name": "YI ZHUANG",
"url": "https://yizhuang.fi/"
},
"bugs": {
"url": "https://github.com/YIZHUANG/react-multi-carousel/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.",
"devDependencies": {
"@babel/core": "^7.3.4",
"@material-ui/core": "^3.9.2",
"@smartive/tslint-config": "^6.0.0",
"@storybook/addon-actions": "^4.1.13",
"@storybook/addon-links": "^4.1.13",
"@storybook/addon-viewport": "^4.1.13",
"@storybook/addons": "^4.1.13",
"@storybook/react": "^4.1.13",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.9",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.2",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"auto-changelog": "^1.16.2",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"classnames": "^2.2.6",
"copyfiles": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"faker": "^4.1.0",
"husky": "^3.0.8",
"jest": "^24.1.0",
"lint-staged": "^8.1.5",
"prettier": "^1.18.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-ga": "^2.5.7",
"storybook-addon-jsx": "^6.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.3",
"uglify-js": "^3.5.11",
"uglifycss": "0.0.29"
},
"engines": {
"node": ">=8"
},
"homepage": "https://w3js.com/react-multi-carousel",
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix && git add ."
}
},
"jest": {
"testEnvironment": "jsdom",
"verbose": true,
"testURL": "http://localhost",
"collectCoverage": true,
"globals": {
"__LINK_PREFIX__": "",
"__PREFIX_LINKS__": "",
"ts-jest": {
"diagnostics": false
}
},
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/*spec.(ts|tsx)"
]
},
"keywords": [
"react",
"typescript",
"carousel",
"react-component",
"server-side rendering",
"ssr",
"image-gallery",
"video-gallery",
"slide-show",
"swipe",
"drag",
"touch",
"multiple items",
"gallery",
"slider",
"responsive",
"mobile-friendly",
"tablet-friendly",
"breakpoint"
],
"license": "MIT",
"main": "index.js",
"name": "react-multi-carousel-jsm",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/YIZHUANG/react-multi-carousel.git"
},
"scripts": {
"after-build": "cd src && copyfiles -f assets/* ../lib && npm run minify",
"auto-changelog": "auto-changelog",
"build": "rm -rf ./lib && tsc && npm run after-build",
"build-storybook": "build-storybook",
"dev": "cd dev && npm run dev",
"export": "build-storybook -c .storybook -o .out",
"lint": "eslint src/**/*{.ts,.tsx}",
"lint-staged": "lint-staged",
"lint:fix": "eslint --fix src/**/*{.ts,.tsx}",
"minify": "node minify.js",
"prettier": "prettier --write {examples,src,stories,test}/**/*.{js,ts,tsx}",
"publish-ssr": "cd examples/ssr && now && now alias react-multi-carousel.now.sh",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:watch": "jest --watch"
},
"types": "./lib/types.d.ts",
"version": "2.7.0"
}