UNPKG

react-chartist

Version:
55 lines (54 loc) 1.29 kB
{ "name": "react-chartist", "version": "0.14.4", "description": "React component for Chartist.js", "main": "dist/index.js", "repository": { "type": "git", "url": "git://github.com/fraserxu/react-chartist.git" }, "keywords": [ "react", "react-component", "component", "chartist", "graph" ], "author": { "name": "Fraser Xu", "email": "xvfeng123@gmail.com", "url": "https://fraserxu.me" }, "babel": { "presets": [ "react", "es2015", "stage-0" ] }, "license": "MIT", "bugs": { "url": "https://github.com/fraserxu/react-chartist/issues" }, "homepage": "https://github.com/fraserxu/react-chartist", "peerDependencies": { "chartist": "^0.10.1", "react": "^0.14.9 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "scripts": { "build": "mkdir -p dist && babel index.js -o dist/index.js && cp index.d.ts dist/index.d.ts", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/chartist": "^0.9.43", "@types/react": "^16.7.17", "@types/react-dom": "^16.0.11", "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0" }, "dependencies": { "prop-types": "^15.5.8" } }