UNPKG

react-image-sequence-scroller

Version:

A simple React component for scrolling through an image sequence.

34 lines (33 loc) 932 B
{ "name": "react-image-sequence-scroller", "version": "1.3.0", "description": "A simple React component for scrolling through an image sequence.", "keywords": ["react", "image", "sequence", "scroller", "animation", "carousel"], "repository": { "type": "git", "url": "https://github.com/svikramaditya/react-image-sequence-scroller.git" }, "author": "Vikramaditya Singh", "license": "MIT", "main": "dist/index.js", "exports": { ".": "./dist/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/preset-react": "^7.26.3", "babel-loader": "^9.2.1", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } }