react-wheel-time-picker
Version:
[](https://www.npmjs.com/package/react-wheel-time-picker) 
54 lines (53 loc) • 1.45 kB
JSON
{
"name": "react-wheel-time-picker",
"version": "1.2.11",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodolphe37/react-wheel-time-picker.git"
},
"keywords": [
"typescript",
"react",
"timePicker",
"wheel"
],
"author": "rodolphe Augusto",
"license": "ISC",
"bugs": {
"url": "https://github.com/rodolphe37/react-wheel-time-picker/issues"
},
"homepage": "https://github.com/rodolphe37/react-wheel-time-picker#readme",
"description": "",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
"postcss": "^8.4.45",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.21.2",
"rollup-plugin-css-modules": "^0.1.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-import-css": "^3.5.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}