UNPKG

1.31 kBJSONView Raw
1{
2 "name": "react-smooth-scrollbar",
3 "version": "8.0.6",
4 "description": "React implementation of smooth-scrollbar",
5 "main": "dist/react-smooth-scrollbar.js",
6 "scripts": {
7 "start": "gulp serve",
8 "dist": "gulp dist"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/idiotWu/react-smooth-scrollbar.git"
13 },
14 "keywords": [
15 "react",
16 "smooth",
17 "scroll",
18 "performance",
19 "scrollbar"
20 ],
21 "author": "Dolphin Wood <dolphin.w.e@gmail.com>",
22 "license": "MIT",
23 "devDependencies": {
24 "babel-core": "^6.4.5",
25 "babel-eslint": "^4.1.6",
26 "babel-loader": "^6.2.1",
27 "babel-plugin-add-module-exports": "^0.2.1",
28 "babel-preset-es2015": "^6.3.13",
29 "babel-preset-react": "^6.3.13",
30 "babel-preset-stage-0": "^6.3.13",
31 "browser-sync": "^2.11.1",
32 "eslint": "^1.10.3",
33 "eslint-friendly-formatter": "^1.2.2",
34 "eslint-loader": "^1.2.1",
35 "gulp": "^3.9.0",
36 "gulp-babel": "^6.1.2",
37 "gulp-rename": "^1.2.2",
38 "gulp-uglify": "^1.5.1",
39 "prop-types": "^15.6.0",
40 "react": "^15.6.2",
41 "react-dom": "^15.6.2",
42 "smooth-scrollbar": "^8.1.4",
43 "webpack-stream": "^3.1.0"
44 },
45 "peerDependencies": {
46 "prop-types": "*",
47 "smooth-scrollbar": "^8.0.0",
48 "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
49 }
50}