aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-10-02 16:53:46 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-10-02 16:58:31 +0200
commitea509702b6ed88951a1b7b109b5dc597ee81112d (patch)
tree241b9732e7094ef22e7860a9e97a9f67b5b63509 /language-web/package.json
parentperf(web): split off CodeMirror chunks (diff)
downloadrefinery-ea509702b6ed88951a1b7b109b5dc597ee81112d.tar.gz
refinery-ea509702b6ed88951a1b7b109b5dc597ee81112d.tar.zst
refinery-ea509702b6ed88951a1b7b109b5dc597ee81112d.zip
feat(web): add client-side logging support
Also modified langauge-web/src/main/js/xtext/ServiceBuilder.js to make sure the new logger is used as soon as xtext is initialized.
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/language-web/package.json b/language-web/package.json
index ddb00f57..79e63342 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -1,5 +1,5 @@
1{ 1{
2 "name": "language-web", 2 "name": "refinery",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "Web frontend for VIATRA-Generator", 4 "description": "Web frontend for VIATRA-Generator",
5 "main": "index.js", 5 "main": "index.js",
@@ -58,6 +58,7 @@
58 "webpack-subresource-integrity": "^5.0.0-rc.1" 58 "webpack-subresource-integrity": "^5.0.0-rc.1"
59 }, 59 },
60 "dependencies": { 60 "dependencies": {
61 "ansi-styles": "^6.1.0",
61 "@babel/runtime": "^7.15.0", 62 "@babel/runtime": "^7.15.0",
62 "@emotion/react": "^11.4.1", 63 "@emotion/react": "^11.4.1",
63 "@emotion/styled": "^11.3.0", 64 "@emotion/styled": "^11.3.0",
@@ -67,6 +68,8 @@
67 "@material-ui/icons": "5.0.0-beta.4", 68 "@material-ui/icons": "5.0.0-beta.4",
68 "codemirror": "^5.62.3", 69 "codemirror": "^5.62.3",
69 "jquery": "^3.6.0", 70 "jquery": "^3.6.0",
71 "loglevel": "^1.7.1",
72 "loglevel-plugin-prefix": "^0.8.4",
70 "mobx": "^6.3.2", 73 "mobx": "^6.3.2",
71 "mobx-react-lite": "^3.2.0", 74 "mobx-react-lite": "^3.2.0",
72 "react": "^17.0.2", 75 "react": "^17.0.2",