{
  "name": "@next-bricks/presentational-bricks",
  "version": "1.339.7",
  "description": "> TODO: description",
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
  "license": "GPL-3.0",
  "files": [
    "dist",
    "dist-types",
    "docs",
    "deploy"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist-types/jsx.d.ts",
    "./*": {
      "types": "./dist-types/*/index.d.ts"
    }
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/dist",
          "{projectRoot}/deploy",
          "{projectRoot}/.pkgbuild",
          "{projectRoot}/src/lazy-bricks"
        ]
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-basics.git"
  },
  "scripts": {
    "prestart": "node scripts/pre-build.js",
    "start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
    "start:editors": "cross-env NODE_ENV='development' webpack --config webpack.editors.js --watch",
    "start:property-editors": "cross-env NODE_ENV='development' webpack --config webpack.property-editors.js --watch",
    "start:both": "concurrently -k -n main,editors \"npm run start\" \"npm run start:editors\"",
    "prebuild": "node scripts/pre-build.js",
    "build": "cross-env NODE_ENV='production' npm run build:webpack && npm run build:stories && npm run build:webpack:property-editors",
    "build:webpack": "npm run build:webpack:main && npm run build:webpack:editors",
    "build:webpack:main": "webpack --config webpack.config.js",
    "build:webpack:editors": "webpack --config webpack.editors.js",
    "build:webpack:property-editors": "webpack --config webpack.property-editors.js",
    "build:stories": "if [ -d stories ];then  rollup --config rollup.stories.js; else echo \" no stories \"; fi",
    "postbuild": "ENABLE_GENERATE_DOC=true node scripts/post-build.js",
    "test": "cross-env NODE_ENV='test' jest",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest",
    "build:types": "tsc --project tsconfig.types.json"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "@next-core/custom-antd-styles": "^1.27.1",
    "@next-libs/basic-components": "^5.5.2",
    "@next-libs/clipboard": "^3.0.4",
    "@next-libs/cmdb-utils": "^3.7.4",
    "@next-libs/crontab": "^2.0.10",
    "@next-libs/datetime": "^2.0.4",
    "@next-libs/datetime-components": "^3.2.5",
    "@next-libs/forms": "^3.6.2",
    "@next-libs/hooks": "^2.2.6",
    "@next-sdk/cmdb-sdk": "^2.1.1",
    "@next-sdk/monitor-sdk": "^2.1.1",
    "@next-sdk/object-store-sdk": "^2.1.2",
    "@rc-component/portal": "^1.0.2",
    "@types/prismjs": "^1.26.5",
    "@types/qrcode": "^1.5.0",
    "@types/react-avatar-editor": "^10.3.6",
    "classnames": "^2.3.2",
    "dompurify": "^2.4.1",
    "file-saver": "^2.0.5",
    "html-to-react": "^1.4.7",
    "immutability-helper": "^3.1.1",
    "jszip": "^3.10.1",
    "marked": "^2.1.3",
    "prismjs": "^1.29.0",
    "qrcode": "^1.5.3",
    "react-avatar-editor": "^11.1.0",
    "regexpu-core": "^4.7.1"
  },
  "sideEffects": true,
  "peerDependencies": {
    "@next-dll/ace": "*",
    "@next-dll/react-dnd": "*"
  },
  "gitHead": "60c125a918108fb46045d76dca086362ae906f65"
}
