UNPKG

@faceless-ui/slider

Version:

A React library for building every kind of slider

92 lines (91 loc) 2.7 kB
{ "name": "@faceless-ui/slider", "version": "2.0.0-beta.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage:": "https://facelessui.com/docs/slider", "repository": "git@github.com:faceless-ui/slider.git", "description": "A React library for building every kind of slider", "author": { "email": "dev@facelessui.com", "name": "Faceless UI", "url": "https://facelessui.com" }, "bugs": { "url": "https://github.com/faceless-ui/slider/issues", "email": "dev@facelessui.com" }, "funding": [ { "type": "individual", "url": "https://github.com/sponsors/jacobsfletch" } ], "contributors": [ { "email": "jacobsfletch@gmail.com", "name": "Jacob Fletcher", "url": "https://jacobsfletch.com" } ], "license": "MIT", "keywords": [ "react", "react-component", "slider", "scroll", "slide", "react-slick", "slick-slider" ], "scripts": { "build": "yarn lint:src && tsc --project tsconfig.build.json", "build:demo": "webpack --config webpack.build-demo.config.js", "dev": "webpack serve --config webpack.dev.config.js", "lint:src": "eslint ./src", "lint:demo": "eslint ./demo", "test": "jest" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "smoothscroll-polyfill": "^0.4.4" }, "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@types/node": "^14.14.22", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/smoothscroll-polyfill": "^0.3.1", "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "@types/webpack": "^5.28.5", "eslint": "^8.56.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.1.5", "eslint-plugin-jest-dom": "^4.0.1", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.5.0", "eslint-webpack-plugin": "^3.1.1", "html-webpack-plugin": "^5.5.0", "jest": "^28.0.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-refresh": "^0.13.0", "react-refresh-typescript": "^2.0.4", "ts-loader": "^9.5.1", "typescript": "^5.4.5", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, "files": [ "dist" ], "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }