@podlite/to-jsx
Version:
Render Podlite markup as React JSX components
84 lines • 1.91 kB
JSON
{
"name": "@podlite/to-jsx",
"version": "0.0.59",
"description": "Render Podlite markup as React JSX components",
"main": "./lib/index.js",
"sideEffects": [
"**/*.css"
],
"homepage": "https://podlite.org",
"bugs": {
"url": "https://github.com/podlite/podlite/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/podlite/podlite.git",
"directory": "packages/podlite-to-jsx"
},
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/podlite"
},
"scripts": {
"build": "yarn g:build && yarn g:copy_assets",
"test": "yarn g:jest --passWithNoTests"
},
"dependencies": {
"@podlite/diagram": "^0.0.59",
"@podlite/schema": "0.0.55",
"entities": "^4.5.0",
"podlite": "0.0.68",
"react-is": "^18.0.0",
"shiki": "^3.21.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./index": {
"import": "./esm/index.js",
"require": "./lib/index.js"
},
"./podlite.css": "./lib/podlite.css",
"./lib/podlite.css": "./lib/podlite.css",
"./package.json": "./package.json",
"./lib/*": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
}
},
"files": [
"lib",
"esm",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"podlite",
"jsx",
"react",
"react-component",
"renderer",
"markup-language",
"markdown-to-jsx",
"markdown",
"render",
"component"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@podlite/diagram": "*",
"@podlite/schema": "*",
"react": "^16.0.0 || ^17.0.0 || ^18",
"react-dom": "^16.0.0 || ^17.0.0 || ^18"
},
"module": "./esm/index.js",
"types": "./lib/index.d.ts"
}