iris-slider-npm
Version:
A responsive and interactive 3D image slider package for React applications by iRIS Team | Vaibhav Yadav.
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "iris-slider-npm",
"version": "1.0.6",
"description": "A responsive and interactive 3D image slider package for React applications by iRIS Team | Vaibhav Yadav.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"keywords": [
"react",
"slider",
"image-slider",
"carousel",
"3d",
"component",
"npm",
"iris",
"vaibhavydv",
"vaibhav-yadav"
],
"author": "Vaibhav Yadav",
"license": "ISC",
"homepage": "https://npm.thevaibhavyadav.com/iris-slider-npm",
"repository": {
"type": "git",
"url": "https://github.com/vaibhavydv/iris-slider-npm",
"directory": "/"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"@babel/core": "^7.x.x",
"@babel/preset-env": "^7.x.x",
"@babel/preset-react": "^7.x.x",
"rollup": "^4.x.x",
"@rollup/plugin-babel": "^6.x.x",
"@rollup/plugin-node-resolve": "^15.x.x",
"@rollup/plugin-commonjs": "^25.x.x",
"rollup-plugin-postcss": "^4.x.x",
"autoprefixer": "^10.x.x",
"postcss": "^8.x.x",
"tailwindcss": "^3.x.x"
}
}