36 lines
802 B
JSON
36 lines
802 B
JSON
|
|
{
|
||
|
|
"name": "@rakazo/chat-ui",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"type": "module",
|
||
|
|
"exports": {
|
||
|
|
"./native": "./src/markdown.native.tsx",
|
||
|
|
"./web": "./src/markdown.web.tsx"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"check": "tsc --noEmit -p tsconfig.json",
|
||
|
|
"test": "vitest run --root ../.. packages/chat-ui/src"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@ronradtke/react-native-markdown-display": "^9.0.3",
|
||
|
|
"react-markdown": "^10.1.0",
|
||
|
|
"remark-gfm": "^4.0.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "19.2.3",
|
||
|
|
"react-native": ">=0.79"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"react-native": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.2.18",
|
||
|
|
"react": "19.2.3",
|
||
|
|
"react-native": "0.86.2",
|
||
|
|
"typescript": "~6.0.3",
|
||
|
|
"vitest": "^4.1.10"
|
||
|
|
}
|
||
|
|
}
|