UNPKG

react-time-input

Version:

A simple react component for select time in format HH:mm

60 lines (59 loc) 1.78 kB
{ "name": "react-time-input", "version": "1.1.1", "description": "A simple react component for select time in format HH:mm", "main": "dist/index_bundle.js", "scripts": { "example": "cross-env NODE_ENV=development webpack-dev-server ./example/ --config ./example/webpack.config.js ", "build": "cross-env NODE_ENV=production webpack", "prepublish": "npm run build", "test": "jest --env=jsdom" }, "repository": { "type": "git", "url": "https://github.com/dima-bu/react-time-input.git" }, "keywords": [ "react", "time", "input", "time input", "react time input", "react-component" ], "author": "Dima Bukhal - dimabuhal@gmail.com", "license": "MIT", "homepage": "https://github.com/dima-bu/react-time-input.git#readme", "peerDependencies": { "react": "18.2.0" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/plugin-transform-object-rest-spread": "7.24.0", "@babel/preset-env": "^7.24.0", "@babel/preset-react": "^7.23.3", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "babel-jest": "^27.0.6", "babel-loader": "^8.2.2", "babel-plugin-transform-runtime": "^6.7.5", "babel-polyfill": "^6.7.4", "core-js": "^3.15.2", "cross-env": "^7.0.3", "html-webpack-plugin": "^5.3.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "18.2.0", "react-dom": "18.2.0", "react-hot-loader": "^1.3.0", "rimraf": "^3.0.2", "webpack": "^5.90.3", "webpack-cli": "^4.7.2", "webpack-dev-server": "^4.0.0-beta.3" }, "dependencies": { "@babel/polyfill": "^7.12.1", "user": "0.0.0" } }