{
  "name": "@music163/antd",
  "version": "0.2.10",
  "description": "antd components for tango app",
  "author": "wwsun <ww.sww@outlook.com>",
  "homepage": "https://github.com/netease/tango-components#readme",
  "license": "MIT",
  "exports": {
    ".": "./lib/cjs/index.js",
    "./es": "./lib/esm/index.js",
    "./designer": "./lib/esm/designer.js",
    "./prototypes": "./lib/esm/prototypes/index.js"
  },
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netease/tango-components.git"
  },
  "scripts": {
    "clean": "rimraf lib/ && rimraf dist/",
    "build": "yarn clean && yarn build:esm && yarn build:cjs && yarn build:umd && yarn copy:less",
    "build:esm": "tsc --project tsconfig.prod.json --outDir lib/esm/ --module ES2020",
    "build:cjs": "tsc --project tsconfig.prod.json --outDir lib/cjs/ --module CommonJS",
    "build:umd": "webpack --config webpack.config.js",
    "serve": "webpack serve --config webpack.config.dev.js",
    "copy:less": "yarn copy:less2esm && yarn copy:less2cjs && yarn copy:less2dist",
    "copy:less2esm": "copyfiles -u 1 src/**/*.less lib/esm",
    "copy:less2cjs": "copyfiles -u 1 src/**/*.less lib/cjs",
    "copy:less2dist": "copyfiles -u 1 src/**/*.less dist",
    "prepublishOnly": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/netease/tango-components/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@music163/formily": "^0.2.4",
    "@music163/foundation": "^0.2.3",
    "@music163/tango-boot": "^0.3.3",
    "@music163/tango-helpers": "^1.2.4",
    "antd": "4",
    "classnames": "^2.3.2",
    "coral-system": "^1.0.6"
  },
  "gitHead": "72abf1c5751cd53484a449e8b076e5a32cab4876"
}
