You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/web/plugins/com.msgbyte.bbcode/package.json

15 lines
295 B
JSON

{
"name": "@plugins/com.msgbyte.bbcode",
"main": "src/index.tsx",
"version": "0.0.0",
"private": true,
"dependencies": {
"@bbob/parser": "^2.7.0",
"react-highlight": "^0.14.0",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/react-highlight": "^0.12.5"
}
}