package.json 588 Bytes
Newer Older
叶飞's avatar
叶飞 committed
1
{
叶飞's avatar
叶飞 committed
2
  "name": "@wisdom-components/pro-list",
叶飞's avatar
叶飞 committed
3
  "version": "1.1.0",
叶飞's avatar
叶飞 committed
4
  "description": "@wisdom-components/pro-list",
叶飞's avatar
叶飞 committed
5 6 7
  "author": "yefei <947371421@qq.com>",
  "homepage": "",
  "license": "ISC",
叶飞's avatar
叶飞 committed
8
  "main": "lib/index.js",
叶飞's avatar
叶飞 committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/test/wisdom-components.git"
  },
  "dependencies": {
    "antd": "^4.7.3",
    "prop-types": "^15.7.2",
    "react": "^17.0.1"
  }
}