aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-13 23:49:06 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-15 18:03:58 +0200
commitc7abf6e90285857344d7e4f85553a89df971fc3c (patch)
tree1e86b700d7314a40c26612e2f6aa54de19f86108 /subprojects/frontend/package.json
parentfeat(frontend): light/dark mode switch (diff)
downloadrefinery-c7abf6e90285857344d7e4f85553a89df971fc3c.tar.gz
refinery-c7abf6e90285857344d7e4f85553a89df971fc3c.tar.zst
refinery-c7abf6e90285857344d7e4f85553a89df971fc3c.zip
refactor(frondend): dark theme tweaks
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index d5e9bef4..9bfcbad4 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -31,6 +31,7 @@
31 "@codemirror/view": "^6.2.0", 31 "@codemirror/view": "^6.2.0",
32 "@emotion/react": "^11.10.0", 32 "@emotion/react": "^11.10.0",
33 "@emotion/styled": "^11.10.0", 33 "@emotion/styled": "^11.10.0",
34 "@fontsource/inter": "^4.5.12",
34 "@fontsource/jetbrains-mono": "^4.5.10", 35 "@fontsource/jetbrains-mono": "^4.5.10",
35 "@fontsource/roboto": "^4.5.8", 36 "@fontsource/roboto": "^4.5.8",
36 "@lezer/common": "^1.0.0", 37 "@lezer/common": "^1.0.0",
@@ -52,7 +53,7 @@
52 "devDependencies": { 53 "devDependencies": {
53 "@lezer/generator": "^1.1.1", 54 "@lezer/generator": "^1.1.1",
54 "@types/eslint": "^8.4.5", 55 "@types/eslint": "^8.4.5",
55 "@types/node": "^18.7.2", 56 "@types/node": "^18.7.3",
56 "@types/prettier": "^2.7.0", 57 "@types/prettier": "^2.7.0",
57 "@types/react": "^18.0.17", 58 "@types/react": "^18.0.17",
58 "@types/react-dom": "^18.0.6", 59 "@types/react-dom": "^18.0.6",
@@ -64,7 +65,7 @@
64 "eslint-config-airbnb": "^19.0.4", 65 "eslint-config-airbnb": "^19.0.4",
65 "eslint-config-airbnb-typescript": "^17.0.0", 66 "eslint-config-airbnb-typescript": "^17.0.0",
66 "eslint-config-prettier": "^8.5.0", 67 "eslint-config-prettier": "^8.5.0",
67 "eslint-import-resolver-typescript": "^3.4.0", 68 "eslint-import-resolver-typescript": "^3.4.1",
68 "eslint-plugin-import": "^2.26.0", 69 "eslint-plugin-import": "^2.26.0",
69 "eslint-plugin-jsx-a11y": "^6.6.1", 70 "eslint-plugin-jsx-a11y": "^6.6.1",
70 "eslint-plugin-prettier": "^4.2.1", 71 "eslint-plugin-prettier": "^4.2.1",