UNPKG

circular-timer-progress-bar

Version:

SVG-based native JS circular timer progress bar.

61 lines (60 loc) 1.67 kB
{ "name": "circular-timer-progress-bar", "version": "1.0.7", "description": "SVG-based native JS circular timer progress bar.", "author": { "name": "Ziga Vucko", "email": "ziga.vucko@gmail.com", "github": "https://github.com/volkmaster" }, "repository": "volkmaster/circular-timer-progress-bar", "license": "MIT", "source": "src/index.js", "main": "dist/index.js", "module": "dist/index.modern.js", "types": "dist/circular-timer-progress-bar.d.ts", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --format modern,cjs", "postbuild": "cp src/circular-timer-progress-bar.d.ts dist/", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build", "publish": "npm publish" }, "peerDependencies": {}, "devDependencies": { "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", "@types/node": "^22.7.4", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/styled-components": "^5.1.34", "gh-pages": "^6.1.1", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "^5.0.1", "styled-components": "^6.1.13", "typescript": "^5.6.2" }, "files": [ "dist" ], "keywords": [ "react", "reactjs", "react-component", "svg", "svg component", "progress bar", "circular progress bar", "timer", "timer progress bar", "reuseable-component" ] }