{
  "name": "@neural-nexus/nexus-client",
  "version": "0.0.1-BETA.0",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "dependencies": {
    "@ant-design/icons": "^5.3.6",
    "@chatui/core": "^2.4.2",
    "@types/pubsub-js": "^1.8.6",
    "ahooks": "^3.7.11",
    "antd": "^5.19.2",
    "antd-mobile": "^5.36.1",
    "axios": "^1.7.2",
    "classnames": "^2.5.1",
    "clsx": "^2.1.1",
    "immer": "^10.0.4",
    "less": "^4.2.0",
    "lodash": "^4.17.21",
    "markdown-it": "^14.1.0",
    "markdown-it-html5-media": "^0.7.1",
    "markdown-it-katex": "^2.0.3",
    "markdown-it-link-attributes": "^4.0.1",
    "postcss": "^8.4.38",
    "postcss-prefix-selector": "^1.16.1",
    "pubsub-js": "^1.9.4",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-use": "^17.5.0",
    "sass-loader": "^16.0.0",
    "typed.js": "^2.1.0",
    "zustand": "^4.5.2"
  },
  "devDependencies": {
    "@neural-nexus/neural-client-runtime": "^0.0.1",
    "@types/antd": "^1.0.0",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.12.5",
    "@types/postcss-prefix-selector": "^1.16.3",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "sass": "^1.74.1",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.8.3",
    "vite-plugin-externals": "^0.6.2"
  },
  "scripts": {
    "dev": "vite",
    "serve:fat": "vite --mode FAT",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "prepublish": "npm run build",
    "preview": "vite preview"
  }
}