|
| 1 | +{ |
| 2 | + "name": "react-gradient-scroll-indicator", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A wrapper for scrollable content to add gradients indicating when more scrolling is possible", |
| 5 | + "author": "jbccollins", |
| 6 | + "license": "MIT", |
| 7 | + "repository": "jbccollins/react-gradient-scroll-indicator", |
| 8 | + "main": "dist/index.js", |
| 9 | + "module": "dist/index.es.js", |
| 10 | + "jsnext:main": "dist/index.es.js", |
| 11 | + "engines": { |
| 12 | + "node": ">=8", |
| 13 | + "npm": ">=5" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "test": "cross-env CI=1 react-scripts test --env=jsdom", |
| 17 | + "test:watch": "react-scripts test --env=jsdom", |
| 18 | + "build": "rollup -c", |
| 19 | + "start": "rollup -c -w", |
| 20 | + "prepare": "yarn run build", |
| 21 | + "predeploy": "cd example && yarn install && yarn run build", |
| 22 | + "deploy": "gh-pages -d example/build" |
| 23 | + }, |
| 24 | + "peerDependencies": { |
| 25 | + "prop-types": "^15.5.4", |
| 26 | + "react": "^15.0.0 || ^16.0.0", |
| 27 | + "react-dom": "^15.0.0 || ^16.0.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "babel-core": "^6.26.3", |
| 31 | + "babel-eslint": "^8.2.5", |
| 32 | + "babel-plugin-external-helpers": "^6.22.0", |
| 33 | + "babel-preset-env": "^1.7.0", |
| 34 | + "babel-preset-react": "^6.24.1", |
| 35 | + "babel-preset-stage-0": "^6.24.1", |
| 36 | + "cross-env": "^5.1.4", |
| 37 | + "eslint": "^5.0.1", |
| 38 | + "eslint-config-standard": "^11.0.0", |
| 39 | + "eslint-config-standard-react": "^6.0.0", |
| 40 | + "eslint-plugin-import": "^2.13.0", |
| 41 | + "eslint-plugin-node": "^6.0.1", |
| 42 | + "eslint-plugin-promise": "^3.8.0", |
| 43 | + "eslint-plugin-react": "^7.10.0", |
| 44 | + "eslint-plugin-standard": "^3.1.0", |
| 45 | + "gh-pages": "^1.2.0", |
| 46 | + "react": "^16.4.1", |
| 47 | + "react-dom": "^16.4.1", |
| 48 | + "react-scripts": "^1.1.4", |
| 49 | + "rollup": "^0.62.0", |
| 50 | + "rollup-plugin-babel": "^3.0.7", |
| 51 | + "rollup-plugin-commonjs": "^9.1.3", |
| 52 | + "rollup-plugin-node-resolve": "^3.3.0", |
| 53 | + "rollup-plugin-peer-deps-external": "^2.2.0", |
| 54 | + "rollup-plugin-postcss": "^1.6.2", |
| 55 | + "rollup-plugin-url": "^1.4.0" |
| 56 | + }, |
| 57 | + "files": [ |
| 58 | + "dist" |
| 59 | + ] |
| 60 | +} |
0 commit comments