114 lines
2.9 KiB
JSON
114 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-scroll@1.8.2",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-scroll@1.8.2",
|
|
"_id": "react-scroll@1.8.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-f2ZEG5fsPbPTySI9ekcFpETCcNlqbmwbQj9hhzYK8tkgv+PA8APatSt66o/q0KSkDZxyT98ONTtXp9x0lyowEw==",
|
|
"_location": "/react-scroll",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-scroll@1.8.2",
|
|
"name": "react-scroll",
|
|
"escapedName": "react-scroll",
|
|
"rawSpec": "1.8.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.8.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.2.tgz",
|
|
"_spec": "1.8.2",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": "",
|
|
"authors": [
|
|
"Joachim Karlsson"
|
|
],
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-object-assign"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fisshy/react-scroll/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"description": "A scroll component for React.js",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"expect": "^1.20.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"karma": "^1.7.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-edge-launcher": "^0.4.2",
|
|
"karma-firefox-launcher": "^1.3.0",
|
|
"karma-ie-launcher": "^1.0.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^2.0.13",
|
|
"mocha": "^3.5.3",
|
|
"react": "^16.13.1",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-dom": "^16.13.1",
|
|
"sinon": "^4.5.0",
|
|
"webpack": "^2.7.0",
|
|
"webpack-dev-server": "^2.11.5"
|
|
},
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"homepage": "https://github.com/fisshy/react-scroll",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"scroll",
|
|
"scroller",
|
|
"scrolls"
|
|
],
|
|
"license": "MIT",
|
|
"main": "modules",
|
|
"name": "react-scroll",
|
|
"peerDependencies": {
|
|
"react": "^15.5.4 || ^16.0.0 || ^17.0.0",
|
|
"react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fisshy/react-scroll.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel modules -d build/npm/modules --ignore '**/__tests__/**' --plugins transform-class-properties && gulp",
|
|
"clean": "rm -rf build/npm/modules",
|
|
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
|
|
"start": "npm run examples",
|
|
"test": "karma start"
|
|
},
|
|
"tags": [
|
|
"react",
|
|
"scroll"
|
|
],
|
|
"version": "1.8.2"
|
|
}
|