progress-widgets
Version:
Progress Widget component for use with React.js and Next.js. Customize size, color and amount of sections. Bar, Meter, Pie and Symbol Widgets available.
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "progress-widgets",
"version": "1.5.6",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "22.12.0",
"@types/react": "19.0.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.7.3"
},
"description": "Progress Widget component for use with React.js and Next.js. Customize size, color and amount of sections. Bar, Meter, Pie and Symbol Widgets available.",
"main": "./src/app/page.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jgddesigns/progress_bar.git"
},
"keywords": [
"charts",
"meters",
"bars",
"pie",
"chart",
"progress",
"bar",
"meter",
"widget"
],
"author": "Jason Dunn",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgddesigns/progress_bar/issues"
},
"homepage": "https://github.com/jgddesigns/progress_bar#readme"
}