{
  "name": "@arronqzy/react-blueprint",
  "version": "1.0.9",
  "description": "",
  "main": "index.ts",
  "exports": {
    ".": "./index.ts",
    "./blueprint.css": "./src/blueprint.css"
  },
  "dependencies": {
    "react": "^19",
    "dayjs": "^1.11.13",
    "react-dom": "^19",
    "@xyflow/react": "^12.9.3",
    "@arronqzy/blueprint-dsl": "1.0.8",
    "@arronqzy/i18n": "0.1.7",
    "@arronqzy/ui": "1.0.6",
    "@arronqzy/react-rx-store": "1.1.5"
  },
  "devDependencies": {
    "@types/react": "^19.0.1",
    "@types/react-dom": "^19.0.2",
    "@vitejs/plugin-react": "^3.1.0",
    "autoprefixer": "^10.4.20",
    "postcss": "^8.4.49",
    "tailwindcss": "^3.4.17",
    "@types/use-sync-external-store": "^1.5.0",
    "eslint": "^8.57.0",
    "typescript": "^5.5.4",
    "vite": "^5.1.4",
    "@arronqzy/eslint-config": "0.0.0",
    "@arronqzy/typescript-config": "1.0.0",
    "@arronqzy/tailwind": "1.0.2"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "scripts": {
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "pnpm run lint && pnpm run typecheck && vite build",
    "dev": "vite"
  }
}