File size: 3,841 Bytes
c20f20c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
  "name": "openmaic",
  "version": "0.1.0",
  "private": true,
  "license": "AGPL-3.0",
  "engines": {
    "node": ">=20.9.0"
  },
  "scripts": {
    "postinstall": "cd packages/mathml2omml && npm run build && cd ../pptxgenjs && npm run build",
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "test:adapter": "npx tsx test/iniclaw-adapter.test.ts",
    "check": "prettier . --check",
    "format": "prettier . --write"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^3.0.23",
    "@ai-sdk/google": "^3.0.13",
    "@ai-sdk/openai": "^3.0.13",
    "@ai-sdk/react": "^3.0.44",
    "@base-ui/react": "^1.1.0",
    "@copilotkit/backend": "^0.37.0",
    "@copilotkit/runtime": "^1.51.2",
    "@fontsource-variable/inter": "^5.2.8",
    "@langchain/core": "^1.1.16",
    "@langchain/langgraph": "^1.1.1",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@napi-rs/canvas": "^0.1.88",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-switch": "^1.2.6",
    "@radix-ui/react-use-controllable-state": "^1.2.2",
    "@types/js-yaml": "^4.0.9",
    "@xyflow/react": "^12.10.0",
    "ai": "^6.0.42",
    "animate.css": "^4.1.1",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "copilotkit": "^0.0.58",
    "dexie": "^4.2.1",
    "echarts": "^6.0.0",
    "embla-carousel-react": "^8.6.0",
    "file-saver": "^2.0.5",
    "geist": "^1.7.0",
    "immer": "^11.1.3",
    "js-yaml": "^4.1.1",
    "jsonrepair": "^3.13.2",
    "jszip": "^3.10.1",
    "katex": "^0.16.33",
    "lodash": "^4.17.21",
    "lucide-react": "^0.562.0",
    "mathml2omml": "workspace:*",
    "mitt": "^3.0.1",
    "motion": "^12.27.5",
    "nanoid": "^5.1.6",
    "next": "16.1.2",
    "next-themes": "^0.4.6",
    "openai": "^4.104.0",
    "partial-json": "^0.1.7",
    "pptxgenjs": "workspace:*",
    "pptxtojson": "^1.11.0",
    "prosemirror-commands": "^1.7.1",
    "prosemirror-dropcursor": "^1.8.2",
    "prosemirror-gapcursor": "^1.4.0",
    "prosemirror-history": "^1.5.0",
    "prosemirror-inputrules": "^1.5.1",
    "prosemirror-keymap": "^1.2.3",
    "prosemirror-model": "^1.25.4",
    "prosemirror-schema-basic": "^1.2.4",
    "prosemirror-schema-list": "^1.5.1",
    "prosemirror-state": "^1.4.4",
    "prosemirror-view": "^1.41.5",
    "radix-ui": "^1.4.3",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "shadcn": "^3.6.3",
    "sharp": "^0.34.5",
    "shiki": "^3.21.0",
    "sonner": "^2.0.7",
    "streamdown": "^2.1.0",
    "svg-arc-to-cubic-bezier": "^3.2.0",
    "svg-pathdata": "^8.0.0",
    "tailwind-merge": "^3.4.0",
    "temml": "^0.13.1",
    "tinycolor2": "^1.6.0",
    "tokenlens": "^1.3.1",
    "tw-animate-css": "^1.4.0",
    "undici": "^7.22.0",
    "unpdf": "^1.4.0",
    "use-stick-to-bottom": "^1.1.1",
    "zod": "^4.3.5",
    "zustand": "^5.0.10"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@tailwindcss/postcss": "^4",
    "@types/file-saver": "^2.0.7",
    "@types/katex": "^0.16.8",
    "@types/lodash": "^4.17.23",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/tinycolor2": "^1.4.6",
    "eslint": "^9",
    "eslint-config-next": "16.1.2",
    "prettier": "3.8.1",
    "rollup": "^4.35.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "tailwindcss": "^4",
    "tslib": "^2.8.0",
    "typescript": "^5",
    "vue-to-react": "^1.0.0"
  },
  "pnpm": {
    "ignoredBuiltDependencies": [
      "sharp",
      "unrs-resolver"
    ]
  },
  "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}