| { |
| "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", |
| "./styles.css": "./src/styles.css" |
| }, |
| "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": { |
| "@astryxdesign/core": "0.3.0", |
| "@maka/core": "0.1.0", |
| "clsx": "^2.1.1", |
| "lucide-react": "^1.28.0", |
| "mermaid": "^11.16.0", |
| "react": "^19.2.8" |
| }, |
| "devDependencies": { |
| "@types/react": "^19.2.18" |
| } |
| } |