Infinite scroll: implement window occluding and throttle scrolling;
... | ... | @@ -25,8 +25,8 @@ |
"printit": "0.1.3" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "4.1.7", | ||
"babel-cli": "6.3.17", | ||
"babel-eslint": "4.1.7", | ||
"babel-plugin-transform-runtime": "6.3.13", | ||
"babel-preset-es2015": "6.3.13", | ||
"babel-preset-react": "6.3.13", | ||
... | ... | @@ -36,6 +36,7 @@ |
"eslint": "1.10.3", | ||
"eslint-plugin-import": "0.12.1", | ||
"eslint-plugin-react": "3.14.0", | ||
"lodash.throttle": "4.0.1", | ||
"onchange": "2.0.0", | ||
"sprity-cli": "1.0.1", | ||
"watchify": "3.6.1" | ||
... | ... |
Please register or sign in to comment