UNPKG

chartly-charts

Version:

Modern themed charts for React applications

57 lines (56 loc) 1.35 kB
{ "name": "chartly-charts", "version": "0.0.9", "description": "Modern themed charts for React applications", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build" }, "type": "module", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "recharts": "^2.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/react": "^13.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "rollup": "^3.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^4.9.0" }, "keywords": [ "react", "charts", "recharts", "themes", "ui", "visualization", "glassmorphism", "neomorphism", "techno", "cyberpunk" ], "author": "shoari", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/devShoari/chartly-charts" }, "homepage": "https://chartly-charts.vercel.app", "bugs": { "url": "https://github.com/devShoari/chartly-charts/issues" } }