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.json68
1 files changed, 35 insertions, 33 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index a9153cd4..a761e74c 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -2,6 +2,7 @@
2 "name": "@refinery/frontend", 2 "name": "@refinery/frontend",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "Web frontend for Refinery", 4 "description": "Web frontend for Refinery",
5 "type": "module",
5 "private": true, 6 "private": true,
6 "scripts": { 7 "scripts": {
7 "build": "cross-env MODE=production vite build", 8 "build": "cross-env MODE=production vite build",
@@ -23,60 +24,61 @@
23 }, 24 },
24 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
25 "dependencies": { 26 "dependencies": {
26 "@codemirror/autocomplete": "^6.4.0", 27 "@codemirror/autocomplete": "^6.4.2",
27 "@codemirror/commands": "^6.2.0", 28 "@codemirror/commands": "^6.2.2",
28 "@codemirror/language": "^6.4.0", 29 "@codemirror/language": "^6.6.0",
29 "@codemirror/lint": "^6.1.0", 30 "@codemirror/lint": "^6.2.0",
30 "@codemirror/search": "^6.2.3", 31 "@codemirror/search": "^6.3.0",
31 "@codemirror/state": "^6.2.0", 32 "@codemirror/state": "^6.2.0",
32 "@codemirror/view": "^6.7.3", 33 "@codemirror/view": "^6.9.3",
33 "@emotion/react": "^11.10.5", 34 "@emotion/react": "^11.10.6",
34 "@emotion/styled": "^11.10.5", 35 "@emotion/styled": "^11.10.6",
35 "@fontsource/inter": "^4.5.15", 36 "@fontsource/inter": "^4.5.15",
36 "@fontsource/jetbrains-mono": "^4.5.12", 37 "@fontsource/jetbrains-mono": "^4.5.12",
37 "@lezer/common": "^1.0.2", 38 "@lezer/common": "^1.0.2",
38 "@lezer/highlight": "^1.1.3", 39 "@lezer/highlight": "^1.1.4",
39 "@lezer/lr": "^1.3.3", 40 "@lezer/lr": "^1.3.3",
40 "@material-icons/svg": "^1.0.33", 41 "@material-icons/svg": "^1.0.33",
41 "@mui/icons-material": "5.11.0", 42 "@mui/icons-material": "5.11.11",
42 "@mui/material": "5.11.7", 43 "@mui/material": "5.11.15",
43 "@vitejs/plugin-react-swc": "^3.1.0", 44 "@vitejs/plugin-react-swc": "^3.2.0",
44 "ansi-styles": "^6.2.1", 45 "ansi-styles": "^6.2.1",
46 "csstype": "^3.1.1",
45 "escape-string-regexp": "^5.0.0", 47 "escape-string-regexp": "^5.0.0",
46 "lodash-es": "^4.17.21", 48 "lodash-es": "^4.17.21",
47 "loglevel": "^1.8.1", 49 "loglevel": "^1.8.1",
48 "loglevel-plugin-prefix": "^0.8.4", 50 "loglevel-plugin-prefix": "^0.8.4",
49 "mobx": "^6.7.0", 51 "mobx": "^6.9.0",
50 "mobx-react-lite": "^3.4.0", 52 "mobx-react-lite": "^3.4.3",
51 "ms": "^2.1.3", 53 "ms": "^2.1.3",
52 "nanoid": "^4.0.0", 54 "nanoid": "^4.0.2",
53 "notistack": "^2.0.8", 55 "notistack": "^3.0.1",
54 "react": "^18.2.0", 56 "react": "^18.2.0",
55 "react-dom": "^18.2.0", 57 "react-dom": "^18.2.0",
56 "xstate": "^4.35.4", 58 "xstate": "^4.37.1",
57 "zod": "^3.20.2" 59 "zod": "^3.21.4"
58 }, 60 },
59 "devDependencies": { 61 "devDependencies": {
60 "@lezer/generator": "^1.2.2", 62 "@lezer/generator": "^1.2.2",
61 "@tsconfig/node18-strictest-esm": "^1.0.1", 63 "@tsconfig/strictest": "^2.0.0",
62 "@types/eslint": "^8.21.0", 64 "@types/eslint": "^8.37.0",
63 "@types/html-minifier-terser": "^7.0.0", 65 "@types/html-minifier-terser": "^7.0.0",
64 "@types/lodash-es": "^4.17.6", 66 "@types/lodash-es": "^4.17.7",
65 "@types/micromatch": "^4.0.2", 67 "@types/micromatch": "^4.0.2",
66 "@types/ms": "^0.7.31", 68 "@types/ms": "^0.7.31",
67 "@types/node": "^18.11.18", 69 "@types/node": "^18.15.11",
68 "@types/prettier": "^2.7.2", 70 "@types/prettier": "^2.7.2",
69 "@types/react": "^18.0.27", 71 "@types/react": "^18.0.31",
70 "@types/react-dom": "^18.0.10", 72 "@types/react-dom": "^18.0.11",
71 "@typescript-eslint/eslint-plugin": "^5.50.0", 73 "@typescript-eslint/eslint-plugin": "^5.57.0",
72 "@typescript-eslint/parser": "^5.50.0", 74 "@typescript-eslint/parser": "^5.57.0",
73 "@xstate/cli": "^0.4.2", 75 "@xstate/cli": "^0.4.2",
74 "cross-env": "^7.0.3", 76 "cross-env": "^7.0.3",
75 "eslint": "^8.33.0", 77 "eslint": "^8.37.0",
76 "eslint-config-airbnb": "^19.0.4", 78 "eslint-config-airbnb": "^19.0.4",
77 "eslint-config-airbnb-typescript": "^17.0.0", 79 "eslint-config-airbnb-typescript": "^17.0.0",
78 "eslint-config-prettier": "^8.6.0", 80 "eslint-config-prettier": "^8.8.0",
79 "eslint-import-resolver-typescript": "^3.5.3", 81 "eslint-import-resolver-typescript": "^3.5.4",
80 "eslint-plugin-import": "^2.27.5", 82 "eslint-plugin-import": "^2.27.5",
81 "eslint-plugin-jsx-a11y": "^6.7.1", 83 "eslint-plugin-jsx-a11y": "^6.7.1",
82 "eslint-plugin-mobx": "^0.0.9", 84 "eslint-plugin-mobx": "^0.0.9",
@@ -85,10 +87,10 @@
85 "eslint-plugin-react-hooks": "^4.6.0", 87 "eslint-plugin-react-hooks": "^4.6.0",
86 "html-minifier-terser": "^7.1.0", 88 "html-minifier-terser": "^7.1.0",
87 "micromatch": "^4.0.5", 89 "micromatch": "^4.0.5",
88 "prettier": "^2.8.3", 90 "prettier": "^2.8.7",
89 "typescript": "4.9.5", 91 "typescript": "5.0.3",
90 "vite": "^4.1.1", 92 "vite": "^4.2.1",
91 "vite-plugin-pwa": "^0.14.1", 93 "vite-plugin-pwa": "^0.14.7",
92 "workbox-window": "^6.5.4" 94 "workbox-window": "^6.5.4"
93 } 95 }
94} 96}