silverbullet/packages/common/package.json

24 lines
611 B
JSON
Raw Normal View History

{
"name": "@silverbulletmd/common",
2022-04-25 17:24:13 +08:00
"author": {
"name": "Zef Hemel",
"email": "zef@zef.me"
},
2022-07-01 21:40:01 +08:00
"version": "0.0.19",
2022-04-30 00:54:27 +08:00
"license": "MIT",
"dependencies": {
2022-06-14 00:31:36 +08:00
"@codemirror/autocomplete": "6.0.1",
"@codemirror/commands": "6.0.0",
"@codemirror/lang-html": "6.0.0",
"@codemirror/lang-javascript": "6.0.0",
"@codemirror/language": "6.0.0",
"@codemirror/legacy-modes": "6.0.0",
"@codemirror/search": "6.0.0",
"@codemirror/state": "6.0.0",
"@codemirror/view": "6.0.0",
2022-06-28 20:14:15 +08:00
"@lezer/common": "1.0.0",
2022-06-14 00:31:36 +08:00
"@lezer/highlight": "1.0.0",
2022-07-04 21:06:49 +08:00
"@lezer/markdown": "1.0.1"
2022-04-30 00:54:27 +08:00
}
}