react-material-time-picker
Version:
TimePicker is a user interface component that allows the user to easily select a specific time. It provides an analog clock interface that is easy to use and intuitive. TimePicker can be easily integrated into other user interface components, making it a
78 lines (77 loc) • 2.13 kB
JSON
{
"name": "react-material-time-picker",
"version": "1.0.34",
"description": "TimePicker is a user interface component that allows the user to easily select a specific time. It provides an analog clock interface that is easy to use and intuitive. TimePicker can be easily integrated into other user interface components, making it a perfect choice for applications that require the user to select a time.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ztanha/react-material-time-picker.git"
},
"keywords": [
"material v3",
"analog clock",
"material ui",
"timepicker",
"react",
"material",
"theme",
"material design",
"version 3",
"clock",
"digital clock"
],
"author": "Zahra Tanha",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ztanha/react-material-time-picker/issues"
},
"private": false,
"babel": {
"presets": [
"@babel/preset-react"
]
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"babel-plugin-transform-scss": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sass": "^1.57.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "cp -f ./src/demo.js ./src/index.js",
"prod": "cp -f ./src/index-for-export.js ./src/index.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2"
}
}