aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-10 14:35:24 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-10 14:35:24 +0100
commit4971c864a603e0c01f7ad84a23697905d096283b (patch)
treefc2ed2ced39aa50aa98602ad4bd2a9d877577dcd /subprojects/frontend/package.json
parentrefactor: rename CallKind to Polarity (diff)
downloadrefinery-4971c864a603e0c01f7ad84a23697905d096283b.tar.gz
refinery-4971c864a603e0c01f7ad84a23697905d096283b.tar.zst
refinery-4971c864a603e0c01f7ad84a23697905d096283b.zip
feat(web): backend URL configuration
To point the frontend to a backend server, update the config.json file in the website root. The config.json is generated automatically in debug mode and when running from a standalone jar.
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 10de68ee..ed4b101b 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -29,21 +29,21 @@
29 "@codemirror/lint": "^6.0.0", 29 "@codemirror/lint": "^6.0.0",
30 "@codemirror/search": "^6.2.2", 30 "@codemirror/search": "^6.2.2",
31 "@codemirror/state": "^6.1.2", 31 "@codemirror/state": "^6.1.2",
32 "@codemirror/view": "^6.4.0", 32 "@codemirror/view": "^6.4.1",
33 "@emotion/react": "^11.10.5", 33 "@emotion/react": "^11.10.5",
34 "@emotion/styled": "^11.10.5", 34 "@emotion/styled": "^11.10.5",
35 "@fontsource/inter": "^4.5.14", 35 "@fontsource/inter": "^4.5.14",
36 "@fontsource/jetbrains-mono": "^4.5.11", 36 "@fontsource/jetbrains-mono": "^4.5.11",
37 "@lezer/common": "^1.0.1", 37 "@lezer/common": "^1.0.1",
38 "@lezer/highlight": "^1.1.2", 38 "@lezer/highlight": "^1.1.2",
39 "@lezer/lr": "^1.2.3", 39 "@lezer/lr": "^1.2.4",
40 "@material-icons/svg": "^1.0.33", 40 "@material-icons/svg": "^1.0.33",
41 "@mui/icons-material": "5.10.9", 41 "@mui/icons-material": "5.10.9",
42 "@mui/material": "5.10.12", 42 "@mui/material": "5.10.13",
43 "ansi-styles": "^6.2.1", 43 "ansi-styles": "^6.2.1",
44 "escape-string-regexp": "^5.0.0", 44 "escape-string-regexp": "^5.0.0",
45 "lodash-es": "^4.17.21", 45 "lodash-es": "^4.17.21",
46 "loglevel": "^1.8.0", 46 "loglevel": "^1.8.1",
47 "loglevel-plugin-prefix": "^0.8.4", 47 "loglevel-plugin-prefix": "^0.8.4",
48 "mobx": "^6.6.2", 48 "mobx": "^6.6.2",
49 "mobx-react-lite": "^3.4.0", 49 "mobx-react-lite": "^3.4.0",
@@ -56,7 +56,7 @@
56 "zod": "^3.19.1" 56 "zod": "^3.19.1"
57 }, 57 },
58 "devDependencies": { 58 "devDependencies": {
59 "@lezer/generator": "^1.1.1", 59 "@lezer/generator": "^1.1.3",
60 "@types/eslint": "^8.4.10", 60 "@types/eslint": "^8.4.10",
61 "@types/html-minifier-terser": "^7.0.0", 61 "@types/html-minifier-terser": "^7.0.0",
62 "@types/lodash-es": "^4.17.6", 62 "@types/lodash-es": "^4.17.6",
@@ -65,12 +65,12 @@
65 "@types/prettier": "^2.7.1", 65 "@types/prettier": "^2.7.1",
66 "@types/react": "^18.0.25", 66 "@types/react": "^18.0.25",
67 "@types/react-dom": "^18.0.8", 67 "@types/react-dom": "^18.0.8",
68 "@typescript-eslint/eslint-plugin": "^5.42.0", 68 "@typescript-eslint/eslint-plugin": "^5.42.1",
69 "@typescript-eslint/parser": "^5.42.0", 69 "@typescript-eslint/parser": "^5.42.1",
70 "@vitejs/plugin-react": "^2.2.0", 70 "@vitejs/plugin-react": "^2.2.0",
71 "@xstate/cli": "^0.3.3", 71 "@xstate/cli": "^0.3.3",
72 "cross-env": "^7.0.3", 72 "cross-env": "^7.0.3",
73 "eslint": "^8.26.0", 73 "eslint": "^8.27.0",
74 "eslint-config-airbnb": "^19.0.4", 74 "eslint-config-airbnb": "^19.0.4",
75 "eslint-config-airbnb-typescript": "^17.0.0", 75 "eslint-config-airbnb-typescript": "^17.0.0",
76 "eslint-config-prettier": "^8.5.0", 76 "eslint-config-prettier": "^8.5.0",
@@ -84,9 +84,9 @@
84 "html-minifier-terser": "^7.0.0", 84 "html-minifier-terser": "^7.0.0",
85 "prettier": "^2.7.1", 85 "prettier": "^2.7.1",
86 "typescript": "4.8.4", 86 "typescript": "4.8.4",
87 "vite": "^3.2.2", 87 "vite": "^3.2.3",
88 "vite-plugin-inject-preload": "^1.1.0", 88 "vite-plugin-inject-preload": "^1.1.0",
89 "vite-plugin-pwa": "^0.13.2", 89 "vite-plugin-pwa": "^0.13.3",
90 "workbox-window": "^6.5.4" 90 "workbox-window": "^6.5.4"
91 } 91 }
92} 92}