@live-demo/core
Version:
Core components for @live-demo plugins.
78 lines • 2.05 kB
JSON
{
"name": "@live-demo/core",
"version": "0.1.2",
"description": "Core components for @live-demo plugins.",
"bugs": "https://github.com/ViktorZhurbin/live-demo/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ViktorZhurbin/live-demo.git",
"directory": "packages/core"
},
"homepage": "https://live-demo.pages.dev",
"license": "MIT",
"exports": {
".": {
"types": "./dist/node/index.d.ts",
"import": "./dist/node/index.mjs",
"default": "./dist/node/index.mjs"
},
"./web": {
"types": "./dist/web/index.d.ts",
"import": "./dist/web/index.mjs",
"default": "./dist/web/index.mjs"
},
"./web/index.css": "./dist/web/index.css"
},
"files": [
"dist"
],
"dependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@mantine/hooks": "^8.2.5",
"@oxidation-compiler/napi": "^0.2.0",
"@rsbuild/plugin-react": "^1.3.5",
"@tabler/icons-react": "^3.34.1",
"@uiw/codemirror-theme-vscode": "^4.25.1",
"@uiw/react-codemirror": "^4.25.1",
"clsx": "^2.1.1",
"react-error-boundary": "^6.0.0",
"react-resizable-panels": "^3.0.4"
},
"devDependencies": {
"@babel/types": "^7.28.2",
"@oxc-project/types": "^0.82.1",
"@rollup/browser": "^4.46.2",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.9",
"@types/mdast": "^3.0.15",
"@types/react": "^19",
"react": "^19",
"tsdown": "^0.14.1",
"typescript": "^5.9.2",
"unplugin-lightningcss": "^0.4.1"
},
"peerDependencies": {
"@mdx-js/mdx": ">=2.3.0",
"mdast-util-mdx": ">=3.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"remark-gfm": ">=3.0.0",
"unified": ">=10.0.0",
"unist-util-visit": ">=4.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"live-demo",
"playground",
"live-code",
"code-editor"
],
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}