1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00
Files
slate/packages/slate-hyperscript/package.json
github-actions[bot] f2e2117bdb Version Packages (#5719)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-16 22:10:39 -07:00

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"
]
}