react-progressbar-fancy
Version:
A fancy progress bar component, with gradient styling and amazing animation.
52 lines (51 loc) • 1.63 kB
JSON
{
"name": "react-progressbar-fancy",
"version": "1.1.4",
"description": "A fancy progress bar component, with gradient styling and amazing animation.",
"author": "Ravin Rau",
"main": "build/index.js",
"module": "build/index.es.js",
"license": "MIT",
"repository": "juniourrau/react-progressbar-fancy",
"keywords": ["react","progressbar", "typescript", "react-progressbar", "react-component", "gradient", "animation"],
"files": [
"build"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@storybook/react": "^5.3.18",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@types/jest": "^24.0.24",
"@types/react": "^16.9.12",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^1.27.4",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-typescript2": "^0.27.0",
"sass-loader": "^8.0.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2"
}
}