UNPKG

react-animated-numbers

Version:

Library showing animation of number changes in react.js

54 lines (53 loc) 1.23 kB
{ "name": "react-animated-numbers", "version": "1.0.1", "description": "Library showing animation of number changes in react.js", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "repository": "https://github.com/heyman333/react-animated-numbers.git", "author": "youngsoohan <amazingmobdev@gmail.com>", "homepage": "https://optimistic-noyce-cf2473.netlify.app/", "license": "MIT", "private": false, "keywords": [ "react", "react-native", "animation", "animated", "numbers", "number", "spring" ], "babel": { "presets": [ "@babel/preset-react" ], "plugins": [ "@babel/plugin-proposal-optional-chaining" ] }, "scripts": { "build": "tsc" }, "bugs": { "url": "https://github.com/heyman333/react-animated-numbers/issues" }, "dependencies": { "motion": "^11.16.0" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-react": "^7.10.4", "@types/react": "^19.0.3", "typescript": "^5.7.2" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }