UNPKG

nuka-carousel

Version:
87 lines 2.64 kB
{ "name": "nuka-carousel", "version": "8.2.0", "description": "Pure React Carousel", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "devDependencies": { "@babel/core": "^7.24.3", "@storybook/addon-actions": "^7.4.6", "@storybook/addon-essentials": "^7.4.6", "@storybook/addon-interactions": "^7.6.17", "@storybook/addon-links": "^7.4.6", "@storybook/jest": "^0.2.3", "@storybook/react": "^7.4.6", "@storybook/react-webpack5": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@types/jest-axe": "^3.5.6", "@types/node": "^18.7.5", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/testing-library__jest-dom": "^5.14.5", "babel-loader": "8.1.0", "chromatic": "^6.2.0", "jest": "^29.7.0", "jest-axe": "^8.0.0", "jest-environment-jsdom": "^28.1.3", "react": "^18.0.0", "react-dom": "^18.0.0", "require-from-string": "^2.0.2", "storybook": "^7.4.6", "tsup": "^8.0.2", "typescript": "^5.4.2", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "resolutions": { "jsdom": "^14.0.0" }, "repository": { "type": "git", "url": "https://github.com/FormidableLabs/nuka-carousel" }, "keywords": [ "react", "carousel", "nuka" ], "author": "@FormidableLabs", "license": "MIT", "bugs": { "url": "https://github.com/FormidableLabs/nuka-carousel/issues" }, "homepage": "https://github.com/FormidableLabs/nuka-carousel", "sideEffects": true, "publishConfig": { "provenance": true }, "scripts": { "build": "tsup", "build:watch": "tsup --watch", "check": "pnpm run lint && pnpm run check:typescript", "check:typescript": "tsc --noEmit", "lint": "eslint --ext .js,.ts,.tsx .", "lint:fix": "eslint --ext .js,.ts,.tsx . --fix", "prettier": "prettier \"**/*.{js,json,ts,tsx,css,md}\"", "prettier:fix": "prettier \"**/*.{js,json,ts,tsx,css,md}\" --write", "preversion": "pnpm run check", "test": "pnpm run test:unit", "test:ci": "pnpm run test:unit:ci", "test:unit": "jest", "test:unit:ci": "pnpm run test:unit", "test:unit:watch": "pnpm run test:unit --watchAll", "test:storybook": "test-storybook", "package": "pnpm pack", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build", "chromatic": "chromatic --exit-zero-on-changes" } }