UNPKG

@johnrom/react-countup

Version:

A React component wrapper around CountUp.js

60 lines (59 loc) 1.64 kB
{ "name": "@johnrom/react-countup", "version": "5.0.0-johnrom2", "description": "A React component wrapper around CountUp.js", "author": "Glenn Reyes <glenn@glennreyes.com> (https://twitter.com/glnnrys)", "keywords": [ "react-component", "react", "react.js", "countup", "countup.js", "counter", "animation" ], "license": "MIT", "repository": "glennreyes/react-countup", "bugs": { "url": "https://github.com/glennreyes/react-countup/issues" }, "homepage": "https://react-countup.now.sh", "main": "build", "files": [ "build" ], "typings": "build/index.d.ts", "scripts": { "build": "rollup -c && tsc --emitDeclarationOnly --noEmit false --project src/tsconfig.json --outDir build", "prepublishOnly": "yarn build", "test": "jest" }, "peerDependencies": { "react": ">= 16.3.0" }, "dependencies": { "countup.js": "^2.0.7", "warning": "^4.0.3" }, "devDependencies": { "@babel/core": "7.14.6", "@babel/preset-env": "7.14.7", "@babel/preset-react": "7.14.5", "@babel/preset-typescript": "^7.14.5", "@rollup/plugin-node-resolve": "^13.0.2", "@testing-library/react": "12.0.0", "@testing-library/react-hooks": "7.0.1", "@types/warning": "^3.0.0", "babel-jest": "27.0.6", "jest": "27.0.6", "prettier": "2.3.2", "pretty-quick": "3.1.1", "raf": "3.4.1", "react": "17.0.2", "react-dom": "17.0.2", "react-test-renderer": "17.0.2", "rollup": "2.52.4", "rollup-plugin-babel": "4.4.0", "typescript": "^4.3.5" } }