This project manages its dependencies using npm and defines a package named @wisdom-components/treecustom. Learn more
package.json 777 Bytes
{
  "name": "@wisdom-components/treecustom",
  "version": "1.0.3",
  "description": "> TODO: description",
  "author": "lijiwen <961370825@qq.com>",
  "homepage": "",
  "license": "ISC",
  "sideEffects": [
    "*.less"
  ],
  "module": "es/index.js",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "es": "es",
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "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"
  }
}