UNPKG

animated-charts

Version:

Animated chart web components for all frameworks (React, Angular, Vue, HTML)

72 lines (71 loc) 1.65 kB
{ "name": "animated-charts", "version": "0.1.3", "description": "Animated chart web components for all frameworks (React, Angular, Vue, HTML)", "main": "dist/index.cjs.js", "collection": "dist/collection/collection-manifest.json", "module": "dist/index.mjs", "types": "dist/types/index.d.ts", "files": [ "dist", "src" ], "scripts": { "dev": "vite", "build": "stencil build", "start": "stencil build --dev --watch", "test": "stencil test --spec --coverage" }, "author": "Sahil Khatiwada", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@stencil/core": "^4.35.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "babel-jest": "^30.0.4", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-cli": "^29.7.0", "jest-environment-jsdom": "^30.0.4", "vite": "^7.0.5" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript" ] }, "dependencies": { "framer-motion": "^12.23.6" }, "peerDependencies": { "react": ">=17.0.0" }, "repository": { "type": "git", "url": "https://github.com/sahilkhatiwada/react-animated-charts.git" }, "keywords": [ "charts", "react", "stencil", "web components", "visualization", "animated", "dashboard", "data viz", "gauge", "pie", "heatmap", "histogram", "candlestick", "bubble", "scatter", "radar" ] }