UNPKG

react-fancy-countdown

Version:
64 lines (63 loc) 1.79 kB
{ "name": "react-fancy-countdown", "version": "1.0.3", "description": "A fancy countdown component for React.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development --port 3000 --hot --host 0.0.0.0", "transpile": "babel src -d dist --copy-files", "prepublishOnly": "npm run transpile", "build": "webpack --mode production", "deploy": "gh-pages -d example/dist", "publish-demo": "npm run build && npm run deploy" }, "repository": { "type": "git", "url": "git+https://github.com/AbnerLin/React-Fancy-Countdown.git" }, "keywords": [ "countdown", "react", "react-countdown", "fancy-countdown", "react-fancy-countdown", "count" ], "author": "AbnerLin", "license": "MIT", "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/AbnerLin/React-Fancy-Countdown/issues" }, "homepage": "https://github.com/AbnerLin/React-Fancy-Countdown#readme", "dependencies": { "moment": "^2.22.2", "moment-duration-format": "^2.2.2", "twix": "^1.2.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "bootstrap": "^4.1.2", "css-loader": "^0.28.11", "gh-pages": "^1.2.0", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.9.2", "react": "^16.4.1", "react-dom": "^16.4.1", "react-highlight": "^0.12.0", "reactstrap": "^6.3.0", "sass-loader": "^7.0.3", "style-loader": "^0.21.0", "webpack": "^4.16.0", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.1.4" } }