mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
41 lines
841 B
JSON
41 lines
841 B
JSON
{
|
|
"name": "slate-hyperscript",
|
|
"description": "A hyperscript helper for creating Slate documents.",
|
|
"version": "0.100.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/"
|
|
],
|
|
"dependencies": {
|
|
"is-plain-object": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.23.2",
|
|
"slate": "^0.110.2",
|
|
"source-map-loader": "^4.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"slate": ">=0.65.3"
|
|
},
|
|
"umdGlobals": {
|
|
"slate": "Slate"
|
|
},
|
|
"keywords": [
|
|
"deserialize",
|
|
"h",
|
|
"html",
|
|
"hyperscript",
|
|
"jsx",
|
|
"serialize",
|
|
"slate",
|
|
"xml"
|
|
]
|
|
}
|