react-sea-motion
Version:
A React component that adds fluid, sea-like motion effects to images
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "react-sea-motion",
"version": "1.1.4",
"description": "A React component that adds fluid, sea-like motion effects to images",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build"
},
"keywords": [
"react",
"image",
"animation",
"webgl",
"shader",
"sea",
"motion",
"effect"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0 <20.0.0",
"react-dom": ">=17.0.0 <20.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"rollup": "^3.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.8.1",
"typescript": "^4.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}