UNPKG

react-progress-bar-plus-fixed

Version:
86 lines (85 loc) 2.49 kB
{ "name": "react-progress-bar-plus-fixed", "version": "1.3.2", "description": "Progress bar component for ReactJS.", "main": "lib/index.js", "scripts": { "start": "NODE_ENV=development babel-node example/webpack.server.js --hot", "lint": "NODE_ENV=development eslint .", "build": "NODE_ENV=production gulp build" }, "keywords": [ "react-component", "react", "component", "react-progress", "react-progress-bar", "react-progress-bar-plus" ], "peerDependencies": { "react": "^0.13 || ^0.14 || ^15.0.0" }, "dependencies": { "classnames": "^2.1.5", "prop-types": "^15.5.10" }, "devDependencies": { "autoprefixer": "^7.0.1", "babel-cli": "^6.8.0", "babel-core": "^6.8.0", "babel-eslint": "^7.1.1", "babel-loader": "^7.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-env": "^1.2.2", "babel-preset-react": "^6.24.1", "bootstrap": "^3.3.7", "camelcase": "^4.1.0", "clean-webpack-plugin": "^0.1.9", "cross-env": "^4.0.0", "css-loader": "^0.28.0", "cssnano": "^3.5.2", "del": "^3.0.0", "eslint": "^3.15.0", "eslint-config-airbnb": "^15.0.1", "eslint-loader": "^1.3.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.0.1", "express": "^4.15.3", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.11.1", "flux": "^3.1.2", "globby": "^6.1.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.1", "gulp-postcss": "^7.0.0", "gulp-sass": "^3.1.0", "html-webpack-plugin": "^2.28.0", "http-proxy": "^1.16.2", "node-sass": "^4.5.0", "postcss-loader": "^2.0.5", "react": "^15.5.4", "react-dom": "^15.5.4", "react-hot-loader": "^1.3.1", "react-router-dom": "^4.1.1", "run-sequence": "^1.2.2", "sass-loader": "^6.0.1", "style-loader": "^0.18.2", "webpack": "^2.2.1", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.10.0", "webpack-stream": "^3.2.0" }, "repository": { "type": "git", "url": "https://github.com/minhtranite/react-progress-bar-plus.git" }, "author": "Minh Tran", "license": "MIT", "bugs": { "url": "https://github.com/minhtranite/react-progress-bar-plus/issues" }, "homepage": "https://github.com/minhtranite/react-progress-bar-plus" }