|
1 | 1 | {
|
2 | 2 | "name": "react-simply-carousel",
|
3 |
| - "version": "8.5.7", |
| 3 | + "version": "9.0.0", |
4 | 4 | "description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable",
|
5 | 5 | "files": [
|
6 | 6 | "dist/"
|
|
10 | 10 | "types": "dist/index.d.ts",
|
11 | 11 | "sideEffects": false,
|
12 | 12 | "scripts": {
|
13 |
| - "build": "rm -rf dist && yarn lint && yarn generate-types && rollup -c", |
14 |
| - "generate-types": "tsc --emitDeclarationOnly", |
| 13 | + "build": "rm -rf dist && yarn lint && rollup -c", |
15 | 14 | "lint": "eslint . --ext .tsx",
|
16 | 15 | "prepare": "husky install",
|
17 | 16 | "prepublish": "yarn build",
|
|
43 | 42 | },
|
44 | 43 | "homepage": "https://github.com/vadymshymko/react-simply-carousel#readme",
|
45 | 44 | "devDependencies": {
|
46 |
| - "@babel/cli": "^7.17.10", |
47 |
| - "@babel/core": "^7.17.10", |
48 |
| - "@babel/preset-env": "^7.20.2", |
49 |
| - "@babel/preset-react": "^7.16.7", |
50 |
| - "@babel/preset-typescript": "^7.18.6", |
51 |
| - "@rollup/plugin-babel": "^6.0.3", |
| 45 | + "@rollup/plugin-commonjs": "^24.1.0", |
52 | 46 | "@rollup/plugin-node-resolve": "^15.0.1",
|
| 47 | + "@rollup/plugin-terser": "^0.4.1", |
| 48 | + "@rollup/plugin-typescript": "^11.1.0", |
53 | 49 | "@types/react": "^18.0.27",
|
54 | 50 | "@types/react-dom": "^18.0.10",
|
55 | 51 | "@typescript-eslint/eslint-plugin": "^5.50.0",
|
56 | 52 | "@typescript-eslint/parser": "^5.21.0",
|
57 |
| - "babel-plugin-transform-remove-console": "^6.9.4", |
58 | 53 | "eslint": "^8.14.0",
|
59 | 54 | "eslint-config-airbnb": "^19.0.4",
|
60 | 55 | "eslint-config-prettier": "^8.6.0",
|
|
68 | 63 | "react": "^18.2.0",
|
69 | 64 | "react-dom": "^18.2.0",
|
70 | 65 | "rollup": "^3.13.0",
|
71 |
| - "rollup-plugin-terser": "^7.0.2", |
| 66 | + "tslib": "^2.5.0", |
72 | 67 | "typescript": "^5.0.2"
|
73 | 68 | },
|
74 |
| - "dependencies": { |
75 |
| - "core-js": "^3.8.1" |
76 |
| - }, |
77 | 69 | "peerDependencies": {
|
78 | 70 | "@types/react": "^16.8 || ^17 || ^18",
|
79 | 71 | "react": "^16.8 || ^17 || ^18",
|
|
0 commit comments