forked from idiotWu/react-smooth-scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-smooth-scrollbar",
"version": "8.0.6",
"description": "React implementation of smooth-scrollbar",
"main": "dist/react-smooth-scrollbar.js",
"scripts": {
"start": "gulp serve",
"dist": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idiotWu/react-smooth-scrollbar.git"
},
"keywords": [
"react",
"smooth",
"scroll",
"performance",
"scrollbar"
],
"author": "Dolphin Wood",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"browser-sync": "^2.11.1",
"eslint": "^1.10.3",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.2.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"smooth-scrollbar": "^8.1.4",
"webpack-stream": "^3.1.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"smooth-scrollbar": "^8.0.0"
}
}