UNPKG

2.12 kBJSONView Raw
1{
2 "name": "react-custom-scrollbars",
3 "version": "2.3.0",
4 "description": "React scrollbars component",
5 "main": "lib/index.js",
6 "scripts": {
7 "clean": "rimraf lib dist",
8 "build": "babel src --out-dir lib",
9 "build:umd": "webpack src/index.js dist/react-custom-scrollbars.js && NODE_ENV=production webpack src/index.js dist/react-custom-scrollbars.min.js",
10 "lint": "eslint src test examples",
11 "test": "NODE_ENV=test karma start",
12 "test:watch": "NODE_ENV=test karma start --auto-watch --no-single-run",
13 "prepublish": "npm run lint && npm run test && npm run clean && npm run build"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/malte-wessel/react-custom-scrollbars.git"
18 },
19 "keywords": [
20 "scroll",
21 "scroller",
22 "scrollbars",
23 "react-component",
24 "react",
25 "custom"
26 ],
27 "author": "Malte Wessel",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/malte-wessel/react-custom-scrollbars/issues"
31 },
32 "homepage": "https://github.com/malte-wessel/react-custom-scrollbars",
33 "devDependencies": {
34 "babel-cli": "^6.2.0",
35 "babel-core": "^6.2.1",
36 "babel-eslint": "4.*",
37 "babel-loader": "^6.2.0",
38 "babel-preset-es2015": "^6.1.18",
39 "babel-preset-react": "^6.3.13",
40 "babel-preset-stage-1": "^6.1.18",
41 "babel-register": "^6.3.13",
42 "babel-runtime": "^6.3.19",
43 "eslint": "^1.6.0",
44 "eslint-config-airbnb": "^5.0.0",
45 "eslint-plugin-react": "^3.5.1",
46 "expect": "^1.6.0",
47 "karma": "^0.13.10",
48 "karma-chrome-launcher": "^0.2.1",
49 "karma-cli": "^0.1.1",
50 "karma-mocha": "^0.2.0",
51 "karma-mocha-reporter": "^1.0.3",
52 "karma-sourcemap-loader": "^0.3.6",
53 "karma-webpack": "^1.6.0",
54 "mocha": "^2.2.5",
55 "react": "^0.14.3",
56 "react-addons-test-utils": "^0.14.6",
57 "react-dom": "^0.14.3",
58 "rimraf": "^2.3.4",
59 "simulant": "^0.1.5",
60 "webpack": "^1.9.6",
61 "webpack-dev-server": "^1.8.2"
62 },
63 "peerDependencies": {
64 "react": "^0.14.5",
65 "react-dom": "^0.14.5"
66 },
67 "dependencies": {
68 "dom-css": "^2.0.0",
69 "raf": "^3.1.0"
70 }
71}