UNPKG

react-percentage-bar

Version:
99 lines (98 loc) 2.53 kB
{ "name": "react-percentage-bar", "version": "1.3.0", "description": "React linear and circular percentage progress bars.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "rollup -c --watch", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/kavindu-mane/react-percentage-bar.git" }, "keywords": [ "react", "percentage-bar", "progress-bar", "percentage-circle", "percentage-line", "progress-circle", "progress-line" ], "author": "Kavindu Manahara", "license": "MIT", "bugs": { "url": "https://github.com/kavindu-mane/react-percentage-bar/issues" }, "homepage": "https://www.kavindu.me/projects/react-percentage-bar", "babel": { "sourceType": "unambiguous", "presets": [ [ "@babel/preset-env", { "targets": { "chrome": 100, "safari": 15, "firefox": 91 } } ], [ "@babel/preset-react", { "runtime": "automatic" } ], "@babel/preset-typescript" ] }, "postcss": { "plugins": { "postcss-import": {} } }, "devDependencies": { "@babel/core": "^7.24.5", "@babel/preset-env": "^7.24.5", "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.24.1", "@chromatic-com/storybook": "^1.3.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-interactions": "^8.6.14", "@storybook/addon-links": "^8.6.14", "@storybook/addon-onboarding": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@swc/core": "^1.4.17", "@types/react": "^19.0.0", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^4.17.2", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "storybook": "^8.6.14", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" } }