2022-04-21 11:57:45 +00:00
|
|
|
{
|
|
|
|
"name": "@silverbulletmd/common",
|
2022-04-25 09:24:13 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Zef Hemel",
|
|
|
|
"email": "zef@zef.me"
|
|
|
|
},
|
2022-06-28 13:48:29 +00:00
|
|
|
"version": "0.0.9",
|
2022-04-29 16:54:27 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-06-13 16:31:36 +00: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 12:14:15 +00:00
|
|
|
"@lezer/common": "1.0.0",
|
2022-06-13 16:31:36 +00:00
|
|
|
"@lezer/highlight": "1.0.0",
|
|
|
|
"@lezer/markdown": "1.0.0",
|
2022-06-28 13:48:29 +00:00
|
|
|
"@silverbulletmd/common": "^0.0.9",
|
|
|
|
"@silverbulletmd/plugs": "^0.0.9",
|
|
|
|
"@silverbulletmd/web": "^0.0.9",
|
|
|
|
"node-fetch": "^3.2.6"
|
2022-04-29 16:54:27 +00:00
|
|
|
}
|
2022-04-21 11:57:45 +00:00
|
|
|
}
|