@ezuikit/control-date-picker
Version:
date picker
35 lines (34 loc) • 846 B
JSON
{
"name": "@ezuikit/control-date-picker",
"version": "0.0.1-alpha.1",
"description": "date picker",
"title": "date picker",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/index.mjs",
"scripts": {
"dev": "cross-env NODE_ENV=development rollup --config rollup.config.mjs --watch",
"build": "npm run clean && cross-env NODE_ENV=production rollup --config rollup.config.mjs",
"clean": "rimraf dist"
},
"keywords": [
"date picker",
"日期选择器"
],
"files": [
"dist"
],
"author": "Ezviz-OpenBiz",
"license": "MIT",
"dependencies": {
"@ezuikit/utils-tools": "^1.1.0",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@common/rollup": "workspace:*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}