UNPKG

react-smooth-flow

Version:

Effortless React animations for entering, exiting, and updating elements

76 lines 1.99 kB
{ "name": "react-smooth-flow", "version": "0.2.4", "description": "Effortless React animations for entering, exiting, and updating elements", "keywords": [ "react", "animation", "react animation", "react-animation", "transition", "react transition", "react-transition", "view transition", "view-transition", "react view transition", "react-view-transition" ], "repository": { "type": "git", "url": "https://github.com/Kokapuk/react-smooth-flow.git" }, "homepage": "https://github.com/Kokapuk/react-smooth-flow#readme", "bugs": { "url": "https://github.com/Kokapuk/react-smooth-flow/issues" }, "license": "MIT", "author": { "name": "Kokapuk", "url": "https://github.com/Kokapuk" }, "funding": "https://ko-fi.com/kokapuk", "type": "module", "files": [ "dist" ], "module": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./style.min.css": "./dist/index.css" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@eslint/compat": "^1.2.7", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", "@types/node": "^22.13.14", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vitejs/plugin-react": "^4.3.4", "classnames": "^2.5.1", "csstype": "^3.1.3", "eslint": "^9.23.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "sass": "^1.86.0", "typescript": "^5.8.2", "vite": "^6.2.3", "vite-plugin-dts": "^4.5.3" }, "scripts": { "dev": "vite", "tsc": "tsc -b", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" } }