UNPKG

react-animated-web

Version:

React animated chart library by using D3.js

59 lines (58 loc) 1.22 kB
{ "name": "react-animated-web", "version": "1.0.34", "description": "React animated chart library by using D3.js", "main": "build/index.js", "peerDependencies": { "react": ">=15.0.1" }, "keywords": [ "react", "animation", "web-animations-api", "d3", "d3.js", "chart", "graph", "react-animated-web", "react-animation", "web-animation", "npm" ], "devDependencies": { "@babel/plugin-transform-react-jsx": "^7.7.4", "react": "^16.12.0", "react-dom": ">=15.0.1", "react-scripts": "3.2.0", "webpack-cli": "^3.3.10" }, "repository": { "type": "git", "url": "git://github.com/code-ayush/animated-web.git" }, "dependencies": { "d3": "^5.14.2" }, "scripts": { "start": "webpack --watch", "build": "webpack --mode production", "development": "react-scripts start", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "license": "MIT" }