typebot.io/packages/rich-text/package.json
Baptiste Arnaud c2b251c7e5
♻️ Migrate to NX (#2418)
2026-03-18 15:29:32 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@typebot.io/rich-text",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
},
"./plate": {
"types": "./src/plate/index.ts",
"import": "./src/plate/index.ts",
"default": "./src/plate/index.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "bun test .test.ts --external isolated-vm"
},
"dependencies": {
"@platejs/basic-nodes": "49.0.0",
"@platejs/floating": "49.0.0",
"@platejs/link": "49.1.1",
"@platejs/list-classic": "49.1.0",
"@platejs/markdown": "50.1.2",
"@typebot.io/runtime-session-store": "workspace:*",
"@typebot.io/ui": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/lib": "workspace:*",
"unified": "^11.0.5",
"mdast": "^3.0.0",
"platejs": "49.2.21",
"react": "^19.2.4"
},
"devDependencies": {
"@types/mdast": "^4.0.4",
"@types/bun": "^1.3.9"
}
}