react-step-progress-bar
Version:
A library to create stunning progress bars and steps in React.
65 lines (64 loc) • 1.8 kB
JSON
{
"name": "react-step-progress-bar",
"version": "1.0.3",
"description": "A library to create stunning progress bars and steps in React.",
"keywords": [
"reactjs",
"react",
"react-component",
"react-library",
"progress-bar",
"progress bar",
"react progress bar",
"react-progress-bar",
"react-step-progress-bar",
"react.js",
"react library",
"react component"
],
"homepage": "https://github.com/pierreericgarcia/react-step-progress-bar",
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"react": ">=15.0.0"
},
"dependencies": {
"classnames": "^2.2.6",
"invariant": "^2.2.4",
"react-transition-group": "^2.4.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o .",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"test": "jest",
"dev": "microbundle watch --jsx React.createElement",
"flow": "flow",
"lint": "eslint src",
"prebuild": "npm run build-css",
"build": "microbundle --jsx React.createElement",
"prepublish": "npm run build"
},
"author": {
"name": "Pierre-Eric Garcia",
"email": "garciapierreeric@gmail.com"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.80.0",
"jest": "^23.5.0",
"microbundle": "^0.6.0",
"node-sass-chokidar": "^1.3.3",
"prettier-eslint": "^8.8.2",
"react": ">=15.0.0",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2"
}
}