package.json 716 Bytes
Newer Older
周宏民's avatar
周宏民 committed
1 2
{
  "name": "@wisdom-components/dataCarousel",
3
  "version": "1.1.6",
周宏民's avatar
周宏民 committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  "description": "@wisdom-components/dataCarousel",
  "author": "hongmin",
  "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"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9",
    "classnames": "^2.2.6",
    "swiper": "^6.8.1"
  }
36
}