| { |
| "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", |
| "./smooth-stream": "./dist/smooth-stream.js" |
| }, |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test": "npm run clean && npm run build && npm run test:dist", |
| "test:dist": "node --test \"dist/**/*.test.js\"" |
| }, |
| "dependencies": { |
| "@base-ui/react": "^1.5.0", |
| "@maka/core": "0.1.0", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "lucide-react": "^0.577.0", |
| "overlayscrollbars": "^2.16.0", |
| "react": "^19.2.1", |
| "rehype-highlight": "^7.0.2", |
| "remark-breaks": "^4.0.0", |
| "streamdown": "^2.5.0", |
| "tailwind-merge": "^3.6.0" |
| }, |
| "devDependencies": { |
| "@types/react": "^19.2.7" |
| } |
| } |