• 程恺文's avatar
    :art: chore(release): Publish · 8630fbc8
    程恺文 authored
     - @wisdom-components/alarmscrollassembly@1.11.1
     - @wisdom-components/basicchart@1.5.5
     - @wisdom-components/basicreport@1.10.2
     - @wisdom-components/dataCarousel@1.1.6
     - @wisdom-components/richtext@0.2.22
     - @wisdom-components/timerangepicker@1.5.1
     - @wisdom-components/testvideo@1.1.6
     - @wisdom-components/ec_configurationview@1.4.38
     - @wisdom-components/ec_historyview@1.5.1
     - @wisdom-components/ec_quotaselect@1.4.1
    8630fbc8
This project manages its dependencies using npm and defines a package named @wisdom-components/timerangepicker. Learn more
package.json 782 Bytes
{
  "name": "@wisdom-components/timerangepicker",
  "version": "1.5.1",
  "description": "> TODO: description",
  "author": "tuqian <webtuqian@163.com>",
  "homepage": "",
  "license": "ISC",
  "sideEffects": [
    "*.less"
  ],
  "module": "es/index.js",
  "main": "lib/index.js",
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "directories": {
    "lib": "lib",
    "es": "es",
    "dist": "dist",
    "test": "__tests__"
  },
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9",
    "classnames": "^2.2.6"
  }
}