UNPKG

simplebar

Version:
56 lines (55 loc) 1.52 kB
{ "version": "6.3.1", "name": "simplebar", "title": "SimpleBar.js", "description": "Scrollbars, simpler.", "files": [ "dist", "src", "README.md" ], "author": "Adrien Denat from a fork by Jonathan Nicol", "repository": { "type": "git", "url": "https://github.com/grsmto/simplebar.git", "directory": "packages/simplebar" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "unpkg": "./dist/simplebar.min.js", "style": "./dist/simplebar.min.css", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./dist/simplebar.min.css": "./dist/simplebar.min.css" }, "homepage": "https://grsmto.github.io/simplebar/", "bugs": "https://github.com/grsmto/simplebar/issues", "license": "MIT", "scripts": { "build": "rollup -c && cp ../simplebar-core/src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css", "dev": "rollup -c -w --environment BUILD:development", "test": "jest -c jest-unit.config.js", "version": "yarn build", "precommit": "lint-staged" }, "dependencies": { "simplebar-core": "^1.3.1" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.19.6", "intern": "^4.4.2", "minify": "^3.0.5", "promise": "^8.0.2" }, "lint-staged": { "*.{js,jsx,json}": [ "prettier-eslint --write", "git add" ] }, "gitHead": "3885152e72af29662d613dca32f7b76d4120f184" }