UNPKG

react-custom-gradient-progress-bar

Version:
61 lines (60 loc) 1.69 kB
{ "name": "react-custom-gradient-progress-bar", "version": "1.0.1", "description": "A customizable rainbow progress bar component for React", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "lint": "eslint src --ext .ts,.tsx", "test": "jest", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^14.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "autoprefixer": "^10.4.20", "eslint": "^8.0.0", "eslint-plugin-react": "^7.0.0", "eslint-plugin-react-hooks": "^4.0.0", "jest": "^29.0.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "typescript": "^5.0.0" }, "keywords": [ "react", "progress", "progress-bar", "gradient", "css-gradient", "slider", "component", "typescript" ], "author": "Farhan Tafader", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/farhanabsar21/react-custom-gradient-progressbar.git" }, "bugs": { "url": "https://github.com/farhanabsar21/react-custom-gradient-progressbar/issues" }, "homepage": "https://github.com/farhanabsar21/react-custom-gradient-progressbar#readme" }