aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 39ebd1df..9df8d85f 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -39,15 +39,19 @@
39 "@emotion/styled": "^11.11.0", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource-variable/inter": "^5.0.8", 40 "@fontsource-variable/inter": "^5.0.8",
41 "@fontsource-variable/jetbrains-mono": "^5.0.9", 41 "@fontsource-variable/jetbrains-mono": "^5.0.9",
42 "@hpcc-js/wasm": "^2.13.1",
42 "@lezer/common": "^1.0.3", 43 "@lezer/common": "^1.0.3",
43 "@lezer/highlight": "^1.1.6", 44 "@lezer/highlight": "^1.1.6",
44 "@lezer/lr": "^1.3.9", 45 "@lezer/lr": "^1.3.9",
45 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.14.3", 47 "@mui/icons-material": "5.14.3",
47 "@mui/material": "5.14.5", 48 "@mui/material": "5.14.5",
48 "@vitejs/plugin-react-swc": "^3.3.2",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "d3": "^7.8.5",
52 "d3-graphviz": "patch:d3-graphviz@npm%3A5.1.0#~/.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch",
53 "d3-selection": "^3.0.0",
54 "d3-zoom": "^3.0.0",
51 "escape-string-regexp": "^5.0.0", 55 "escape-string-regexp": "^5.0.0",
52 "json-stringify-pretty-compact": "^4.0.0", 56 "json-stringify-pretty-compact": "^4.0.0",
53 "lodash-es": "^4.17.21", 57 "lodash-es": "^4.17.21",
@@ -66,17 +70,23 @@
66 }, 70 },
67 "devDependencies": { 71 "devDependencies": {
68 "@lezer/generator": "^1.4.0", 72 "@lezer/generator": "^1.4.0",
73 "@types/d3": "^7.4.0",
74 "@types/d3-graphviz": "^2.6.7",
75 "@types/d3-selection": "^3.0.5",
76 "@types/d3-zoom": "^3.0.4",
69 "@types/eslint": "^8.44.2", 77 "@types/eslint": "^8.44.2",
70 "@types/html-minifier-terser": "^7.0.0", 78 "@types/html-minifier-terser": "^7.0.0",
71 "@types/lodash-es": "^4.17.8", 79 "@types/lodash-es": "^4.17.8",
72 "@types/micromatch": "^4.0.2", 80 "@types/micromatch": "^4.0.2",
73 "@types/ms": "^0.7.31", 81 "@types/ms": "^0.7.31",
74 "@types/node": "^20.5.0", 82 "@types/node": "^20.5.0",
83 "@types/pnpapi": "^0.0.2",
75 "@types/prettier": "^3.0.0", 84 "@types/prettier": "^3.0.0",
76 "@types/react": "^18.2.20", 85 "@types/react": "^18.2.20",
77 "@types/react-dom": "^18.2.7", 86 "@types/react-dom": "^18.2.7",
78 "@typescript-eslint/eslint-plugin": "^6.4.0", 87 "@typescript-eslint/eslint-plugin": "^6.4.0",
79 "@typescript-eslint/parser": "^6.4.0", 88 "@typescript-eslint/parser": "^6.4.0",
89 "@vitejs/plugin-react-swc": "^3.3.2",
80 "@xstate/cli": "^0.5.2", 90 "@xstate/cli": "^0.5.2",
81 "cross-env": "^7.0.3", 91 "cross-env": "^7.0.3",
82 "eslint": "^8.47.0", 92 "eslint": "^8.47.0",
@@ -92,6 +102,7 @@
92 "eslint-plugin-react-hooks": "^4.6.0", 102 "eslint-plugin-react-hooks": "^4.6.0",
93 "html-minifier-terser": "^7.2.0", 103 "html-minifier-terser": "^7.2.0",
94 "micromatch": "^4.0.5", 104 "micromatch": "^4.0.5",
105 "pnpapi": "^0.0.0",
95 "prettier": "^3.0.1", 106 "prettier": "^3.0.1",
96 "typescript": "5.1.6", 107 "typescript": "5.1.6",
97 "vite": "^4.4.9", 108 "vite": "^4.4.9",