react-just-parallax
Version:
React library for scroll and mousemove parallax effect ✨ Open source, production-ready
59 lines (58 loc) • 1.7 kB
JSON
{
"name": "react-just-parallax",
"version": "3.1.16",
"description": "React library for scroll and mousemove parallax effect ✨ Open source, production-ready",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"build": "yarn run clean && rollup -c",
"develop": "rollup -c rollup.config.js -w"
},
"keywords": [
"react animation",
"react",
"parallax",
"animation",
"gestures",
"jsx",
"mousemove",
"scroll"
],
"repository": "git://github.com/michalzalobny/react-just-parallax/",
"bugs": {
"url": "https://github.com/michalzalobny/react-just-parallax/issues"
},
"homepage": "https://react-just-parallax.michalzalobny.com/",
"author": "Michal Zalobny <@michalzalobny> (https://twitter.com/michalzalobny)",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.3",
"@types/lodash.debounce": "4.0.7",
"@types/react": "18.0.15",
"postcss": "8.4.14",
"rimraf": "3.0.2",
"rollup": "2.76.0",
"rollup-plugin-dts": "4.2.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"framesync": "6.1.0",
"lodash.debounce": "4.0.8",
"prefix": "1.0.0"
}
}