| { |
| "name": "@maka/ui", |
| "version": "0.1.0", |
| "license": "Apache-2.0", |
| "private": true, |
| "type": "module", |
| "main": "./dist/index.js", |
| "types": "./dist/index.d.ts", |
| "exports": { |
| ".": "./dist/index.js", |
| "./artifact-preview-registry": "./dist/artifact-preview-registry.js", |
| "./assistant-stream": "./dist/assistant-stream.js", |
| "./icons": "./dist/icons.js", |
| "./maka-uri": "./dist/maka-uri.js", |
| "./testing": "./dist/testing.js", |
| "./styles.css": "./src/styles.css", |
| "./composer-attachments": "./dist/composer-attachments.js", |
| "./pending-items": "./dist/pending-items.js", |
| "./use-composer-attachments": "./dist/use-composer-attachments.js" |
| }, |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "benchmark:redaction": "npm run build && node scripts/benchmark-streaming-redaction.mjs", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test:dist": "node --test \"dist/**/*.test.js\"" |
| }, |
| "dependencies": { |
| "@astryxdesign/core": "0.5.2", |
| "@maka/core": "0.1.0", |
| "clsx": "^2.1.1", |
| "katex": "0.18.5", |
| "lucide-react": "^1.38.0", |
| "mermaid": "^11.17.2", |
| "react": "^19.2.8", |
| "react-dom": "^19.2.8" |
| }, |
| "devDependencies": { |
| "@types/react": "^19.2.18", |
| "@types/react-dom": "^19.2.5", |
| "linkedom": "^0.18.13" |
| } |
| } |