{
  "name": "@next-bricks/next-builder",
  "version": "1.281.1",
  "description": "Bricks for next-builder",
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/next-builder",
  "license": "GPL-3.0",
  "files": [
    "dist",
    "deploy",
    "version.ini"
  ],
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/dist",
          "{projectRoot}/deploy",
          "{projectRoot}/.pkgbuild",
          "{projectRoot}/src/lazy-bricks"
        ]
      }
    }
  },
  "scripts": {
    "prestart": "node scripts/pre-build.js",
    "start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
    "prebuild": "node scripts/pre-build.js",
    "build": "cross-env NODE_ENV='production' webpack --config webpack.config.js",
    "postbuild": "node scripts/post-build.js",
    "test": "cross-env NODE_ENV='test' jest",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest",
    "prepack:tar": "node scripts/generate-version-file.js && npm run build",
    "pack:tar": "npm pack",
    "postpack:tar": "node scripts/rename-tar-package.js",
    "build:types": "tsc --project tsconfig.types.json"
  },
  "sideEffects": true,
  "devDependencies": {
    "@babel/standalone": "^7.26.2",
    "@next-core/storyboard-function-types": "^0.2.18",
    "@next-libs/basic-components": "^5.5.2",
    "@next-libs/cmdb-instances": "^7.24.10",
    "@next-libs/code-editor-components": "^4.12.5",
    "@next-libs/forms": "^3.6.2",
    "@next-libs/hooks": "^2.2.6",
    "@next-libs/storage": "^2.0.4",
    "@next-libs/visit-history": "2.0.4",
    "@next-libs/visual-builder": "^1.13.8",
    "@next-sdk/api-gateway-sdk": "^2.0.17",
    "@next-sdk/cmdb-sdk": "^3.0.2",
    "@next-sdk/form-builder-service-sdk": "^2.0.0",
    "@next-sdk/next-builder-sdk": "^2.10.0",
    "@next-sdk/object-store-sdk": "^2.1.2",
    "@next-shared/common-bricks": "0.53.0",
    "@next-types/preview": "^1.26.4",
    "change-case": "^4.1.2",
    "classnames": "^2.3.2",
    "immutability-helper": "^3.1.1",
    "mockdate": "^3.0.5"
  },
  "peerDependencies": {
    "@next-dll/ace": "*",
    "@next-dll/d3": "*",
    "@next-dll/editor-bricks-helper": "*",
    "@next-dll/react-dnd": "*"
  },
  "gitHead": "64ce111fe69a1fe54191e6867415ee83069d769c"
}
