UNPKG

sisyphus-progressbar

Version:

A animated progress bar inspired by the myth of Sisyphus, featuring physics-based animations and philosophical quotes

55 lines (54 loc) 1.41 kB
{ "name": "sisyphus-progressbar", "version": "1.1.6", "description": "A animated progress bar inspired by the myth of Sisyphus, featuring physics-based animations and philosophical quotes", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "react", "progress-bar", "loader", "animation", "sisyphus", "philosophy", "ui-component", "typescript" ], "author": "TheCulliganMan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/theculliganman/sisyphus-progressbar.git" }, "homepage": "https://theculliganman.github.io/sisyphus-progressbar", "bugs": { "url": "https://github.com/theculliganman/sisyphus-progressbar/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "rollup": "^4.9.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.2", "typescript": "^5.3.3" } }