embla-carousel
Advanced tools
Comparing version 4.5.3 to 5.0.0
@@ -1,6 +0,4 @@ | ||
export { EmblaOptionsType } from './embla-carousel-vanilla/options'; | ||
export { EmblaEventType } from './embla-carousel-vanilla/eventEmitter'; | ||
export { EmblaCarouselType } from './embla-carousel-vanilla'; | ||
export { UseEmblaCarouselType } from './embla-carousel-react'; | ||
export { default } from './embla-carousel-vanilla'; | ||
export { useEmblaCarousel } from './embla-carousel-react'; | ||
export { EmblaOptionsType } from './components/Options'; | ||
export { EmblaEventType } from './components/EventEmitter'; | ||
export { EmblaCarouselType } from './components'; | ||
export { default } from './components'; |
{ | ||
"name": "embla-carousel", | ||
"version": "4.5.3", | ||
"private": false, | ||
"version": "5.0.0", | ||
"author": "David Cetinkaya", | ||
@@ -34,3 +33,3 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision", | ||
"embla-carousel*", | ||
"react*", | ||
"components/**/*", | ||
"index.d.ts" | ||
@@ -40,10 +39,6 @@ ], | ||
"test": "jest --config jest.config.js", | ||
"build": "npm-run-all build:js build:types", | ||
"build:js": "rollup -c", | ||
"build:types": "shx cp -r embla-carousel-react/. react", | ||
"build": "rollup -c", | ||
"start": "rollup -c --watch", | ||
"start:vanilla": "rollup -c --watch --environment BUILD:development,PACKAGE:vanilla", | ||
"start:react": "rollup -c --watch --environment BUILD:development,PACKAGE:react", | ||
"eslint:report": "eslint 'src/**/*.{js,tsx,ts}'", | ||
"eslint:fix": "eslint 'src/**/*.{js,tsx,ts}' --fix" | ||
"eslint:report": "eslint \"src/**/*.{js,tsx,ts}\"", | ||
"eslint:fix": "eslint \"src/**/*.{js,tsx,ts}\" --fix" | ||
}, | ||
@@ -58,3 +53,2 @@ "devDependencies": { | ||
"@types/jest": "^26.0.22", | ||
"@types/react": "^17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
@@ -66,12 +60,9 @@ "@typescript-eslint/parser": "^4.22.0", | ||
"jest": "^26.6.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.2", | ||
"rollup": "^2.45.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"shx": "^0.3.3", | ||
"ts-jest": "^26.5.5", | ||
"typescript": "^4.2.4" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
335729
39
3041