{
  "name": "@next-core/brick-kit",
  "version": "2.210.0",
  "description": "Kernel",
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-kit",
  "license": "GPL-3.0",
  "main": "dist/index.bundle.js",
  "module": "dist/index.esm.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-core.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "prestart": "npm run clean",
    "start": "concurrently -k -n tsc,build \"npm run start:types\" \"npm run start:rollup\"",
    "start:rollup": "cross-env NODE_ENV='development' rollup --watch --config rollup.config.js",
    "start:types": "tsc --watch --project tsconfig.types.json",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:rollup",
    "build:rollup": "cross-env NODE_ENV='production' rollup --config rollup.config.js",
    "build:types": "tsc --project tsconfig.types.json",
    "postbuild": "npm run docs:build",
    "docs:build": "api-extractor run",
    "docs:dev": "api-extractor run --local --verbose",
    "test": "cross-env NODE_ENV='test' jest --passWithNoTests",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest --passWithNoTests"
  },
  "dependencies": {
    "@next-core/brick-types": "^2.102.0",
    "@next-core/color-theme": "^0.4.8",
    "@next-core/supply": "^1.3.6",
    "@next-sdk/api-gateway-sdk": "^2.12.0",
    "@next-sdk/auth-sdk": "^1.0.0",
    "@next-sdk/cmdb-sdk": "^2.1.1",
    "@next-sdk/micro-app-sdk": "^2.6.1",
    "@next-sdk/micro-app-standalone-sdk": "^1.3.0",
    "@next-sdk/user-service-sdk": "^2.1.1",
    "@ungap/event-target": "^0.2.3",
    "broadcast-channel": "^5.5.1",
    "compare-versions": "^5.0.1",
    "minimatch": "^3.1.2"
  },
  "sideEffects": false,
  "devDependencies": {
    "@ant-design/icons": "^4.5.0",
    "@next-core/brick-http": "^2.8.2",
    "@next-core/brick-utils": "^2.52.18",
    "@next-core/easyops-analytics": "^0.12.1",
    "@next-core/illustrations": "^0.11.38",
    "@next-core/loader": "^1.6.20",
    "@next-core/pipes": "^1.0.23",
    "@next-core/rollup-config-factory": "^2.8.0",
    "antd": "~4.12.3",
    "history": "^4.10.1",
    "i18next": "^22.1.4",
    "jest-websocket-mock": "^2.4.0",
    "js-yaml": "^3.14.1",
    "lodash": "^4.17.21",
    "mock-socket": "^9.1.5",
    "moment": "^2.29.4",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-i18next": "^11.18.6"
  },
  "peerDependencies": {
    "@ant-design/icons": "*",
    "@next-core/brick-http": "*",
    "@next-core/brick-utils": "*",
    "@next-core/easyops-analytics": "*",
    "@next-core/illustrations": "*",
    "@next-core/loader": "*",
    "@next-core/pipes": "*",
    "antd": "*",
    "history": "*",
    "i18next": "*",
    "js-yaml": "*",
    "lodash": "*",
    "moment": "*",
    "react": "*",
    "react-dom": "*",
    "react-i18next": "*"
  },
  "gitHead": "ad62950b8d0919da322f35ec27fc75ed3250d422"
}
