1
0
silverbullet/packages/common/package.json

24 lines
624 B
JSON
Raw Normal View History

{
"name": "@silverbulletmd/common",
2022-04-25 09:24:13 +00:00
"author": {
"name": "Zef Hemel",
"email": "zef@zef.me"
},
2022-08-01 16:27:50 +00:00
"version": "0.0.29",
2022-04-29 16:54:27 +00:00
"license": "MIT",
"dependencies": {
2022-07-25 13:22:16 +00:00
"@codemirror/autocomplete": "^6.0.1",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.0",
"@codemirror/lang-markdown": "^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",
2022-07-04 13:06:49 +00:00
"@lezer/markdown": "1.0.1"
2022-04-29 16:54:27 +00:00
}
}