UNPKG

multi-func-picker

Version:

A multi-functional picker that can be time-picker, date-picker or custom-picker.

42 lines (41 loc) 1.06 kB
{ "name": "multi-func-picker", "version": "1.0.2", "description": "A multi-functional picker that can be time-picker, date-picker or custom-picker.", "main": "dist/multi-func-picker.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/466102061/multi-func-picker.git" }, "keywords": [ "picker", "time-picker", "date-picker", "custom-picker", "multi-picker", "multi-func-picker" ], "dependencies": { "el-scroll": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "babel-loader": "^8.2.2", "chalk": "^4.1.0", "copy-webpack-plugin": "^7.0.0", "ora": "^5.3.0", "rimraf": "^3.0.2", "webpack": "^5.17.0", "webpack-cli": "^4.4.0" }, "author": "小小咖", "license": "MIT", "bugs": { "url": "https://github.com/466102061/multi-func-picker/issues" }, "homepage": "https://github.com/466102061/multi-func-picker#readme" }