UNPKG

@difizen/libro-ai-native

Version:
77 lines 2.08 kB
{ "name": "@difizen/libro-ai-native", "version": "0.3.8", "description": "", "keywords": [ "libro", "ai-native" ], "repository": "git@github.com:difizen/libro.git", "license": "MIT", "type": "module", "exports": { ".": { "typings": "./es/index.d.ts", "default": "./es/index.js" }, "./mock": { "typings": "./es/mock/index.d.ts", "default": "./es/mock/index.js" }, "./es/mock": { "typings": "./es/mock/index.d.ts", "default": "./es/mock/index.js" }, "./package.json": "./package.json" }, "main": "es/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "files": [ "es", "src" ], "dependencies": { "@ant-design/icons": "^5.4.0", "@difizen/libro-code-editor": "^0.3.8", "@difizen/libro-jupyter": "^0.3.8", "@difizen/magent-chat": "^0.1.27", "@difizen/magent-core": "^0.1.27", "@difizen/magent-libro": "^0.1.27", "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest", "copy-to-clipboard": "^3.3.3", "eventsource-parser": "^1.1.2", "katex": "^0.16.10", "markdown-it": "^13.0.1", "react-syntax-highlighter": "^15.5.0", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.0", "uuid": "^9.0.0" }, "peerDependencies": { "antd": "^5.8.6", "react": ">=16" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-syntax-highlighter": "^15.5.13", "@types/sanitize-html": "^2.6.2", "@types/uuid": "^9.0.2" }, "scripts": { "setup": "father build", "build": "father build", "test": ": Note: lint task is delegated to test:* scripts", "test:vitest": "vitest run", "test:jest": "jest", "coverage": ": Note: lint task is delegated to coverage:* scripts", "coverage:vitest": "vitest run --coverage", "coverage:jest": "jest --coverage", "lint": ": Note: lint task is delegated to lint:* scripts", "lint:eslint": "eslint src", "typecheck:tsc": "tsc --noEmit" } }