UNPKG

1.65 kBJSONView Raw
1{
2 "version": "5.2.1",
3 "name": "simplebar",
4 "title": "SimpleBar.js",
5 "description": "Scrollbars, simpler.",
6 "files": [
7 "dist",
8 "src",
9 "README.md"
10 ],
11 "author": "Adrien Denat from a fork by Jonathan Nicol",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/grsmto/simplebar.git",
15 "directory": "packages/simplebar"
16 },
17 "main": "dist/simplebar.min.js",
18 "module": "dist/simplebar.esm.js",
19 "style": "dist/simplebar.min.css",
20 "homepage": "https://grsmto.github.io/simplebar/",
21 "bugs": "https://github.com/grsmto/simplebar/issues",
22 "license": "MIT",
23 "scripts": {
24 "start": "webpack-dev-server --mode=development",
25 "build": "rollup -c && cp src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css && webpack --mode=production",
26 "dev": "rollup -c -w",
27 "test": "yarn test:unit && yarn test:e2e",
28 "test:unit": "jest -c jest-unit.config.js",
29 "test:e2e": "env-cmd intern",
30 "version": "yarn build",
31 "precommit": "lint-staged"
32 },
33 "dependencies": {
34 "can-use-dom": "^0.1.0",
35 "core-js": "^3.0.1",
36 "lodash.debounce": "^4.0.8",
37 "lodash.memoize": "^4.1.2",
38 "lodash.throttle": "^4.1.1",
39 "resize-observer-polyfill": "^1.5.1"
40 },
41 "devDependencies": {
42 "css-loader": "^0.28.11",
43 "intern": "^4.4.2",
44 "minify": "^3.0.5",
45 "promise": "^8.0.2",
46 "react-select": "^2.4.3",
47 "react-window": "^1.8.1",
48 "style-loader": "^0.21.0"
49 },
50 "lint-staged": {
51 "*.{js,jsx,json}": [
52 "prettier-eslint --write",
53 "git add"
54 ]
55 },
56 "gitHead": "0ca9cf62079f9f6116ec2588c5cd374e80a505fa"
57}