package.json 697 Bytes
Newer Older
涂茜's avatar
涂茜 committed
1 2
{
  "name": "@wisdom-components/empty",
邓晓峰's avatar
邓晓峰 committed
3
  "version": "1.4.8",
邓晓峰's avatar
邓晓峰 committed
4
  "description": "@wisdom-components/empty",
涂茜's avatar
涂茜 committed
5 6 7
  "author": "tuqian <webtuqian@163.com>",
  "homepage": "",
  "license": "ISC",
8 9 10
  "sideEffects": [
    "*.less"
  ],
邓晓峰's avatar
邓晓峰 committed
11
  "module": "es/index.js",
12 13 14 15 16 17
  "main": "lib/index.js",
  "files": [
    "lib",
    "es",
    "dist"
  ],
涂茜's avatar
涂茜 committed
18 19
  "directories": {
    "lib": "lib",
20 21
    "es": "es",
    "dist": "dist",
涂茜's avatar
涂茜 committed
22 23 24 25 26 27 28 29 30
    "test": "__tests__"
  },
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
涂茜's avatar
涂茜 committed
31
  "dependencies": {
邓晓峰's avatar
邓晓峰 committed
32 33
    "@babel/runtime": "^7.17.9",
    "classnames": "^2.2.6"
涂茜's avatar
涂茜 committed
34 35
  }
}