UNPKG

creative-infographics

Version:

This is a library of interactive infographics react components for challenging data visualization.

52 lines (51 loc) 1.39 kB
{ "name": "creative-infographics", "version": "1.0.3", "description": "This is a library of interactive infographics react components for challenging data visualization.", "main": "lib/index.js", "scripts": { "dev": "next", "build": "babel src -d lib --copy-files", "build:next": "next build", "prepublish": "rm -rf ./lib && npm run build", "start": "next build && next start" }, "repository": { "type": "git", "url": "git+https://github.com/panchaldeep009/creative-infographics.git" }, "keywords": [ "interactive", "creative", "info-graphic" ], "author": "Deep Panchal", "license": "ISC", "bugs": { "url": "https://github.com/panchaldeep009/creative-infographics/issues" }, "homepage": "https://github.com/panchaldeep009/creative-infographics#readme", "dependencies": { "lodash": "^4.17.11", "randomcolor": "^0.5.4", "prop-types": "^15.7.2" }, "peerDependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "lodash": "^4.17.11", "next": "^8.1.0", "prop-types": "^15.7.2", "randomcolor": "^0.5.4", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" } }