mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
38 lines
785 B
JSON
38 lines
785 B
JSON
{
|
|
"name": "slate-hyperscript",
|
|
"description": "A hyperscript helper for creating Slate documents.",
|
|
"version": "0.115.0",
|
|
"license": "MIT",
|
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"umd": "dist/slate-hyperscript.js",
|
|
"umdMin": "dist/slate-hyperscript.min.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.23.2",
|
|
"slate": "^0.118.0",
|
|
"source-map-loader": "^4.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"slate": ">=0.114.3"
|
|
},
|
|
"umdGlobals": {
|
|
"slate": "Slate"
|
|
},
|
|
"keywords": [
|
|
"deserialize",
|
|
"h",
|
|
"html",
|
|
"hyperscript",
|
|
"jsx",
|
|
"serialize",
|
|
"slate",
|
|
"xml"
|
|
]
|
|
}
|