{
  "name": "@flowgram.ai/fixed-semi-materials",
  "version": "1.0.15",
  "homepage": "https://flowgram.ai/",
  "repository": "https://github.com/bytedance/flowgram.ai",
  "license": "MIT",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/esm/index.js",
    "require": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@douyinfe/semi-icons": "^2.80.0",
    "@douyinfe/semi-ui": "^2.80.0",
    "lodash-es": "^4.17.21",
    "nanoid": "^5.0.9",
    "@flowgram.ai/fixed-layout-editor": "1.0.15"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/styled-components": "^5",
    "eslint": "^9.0.0",
    "react": "^18",
    "react-dom": "^18",
    "styled-components": "^5",
    "tsup": "^8.0.1",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "@flowgram.ai/eslint-config": "1.0.15",
    "@flowgram.ai/ts-config": "1.0.15"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8",
    "styled-components": ">=5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "npm run build:fast -- --dts-resolve",
    "build:fast": "tsup src/index.ts --format cjs,esm --sourcemap --legacy-output",
    "build:watch": "npm run build:fast -- --dts-resolve",
    "clean": "rimraf dist",
    "test": "exit 0",
    "test:cov": "exit 0",
    "ts-check": "tsc --noEmit",
    "watch": "npm run build:fast -- --dts-resolve --watch --ignore-watch dist"
  }
}