summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-08-26 01:18:28 -0400
committerAAGaming <aa@mail.catvibers.me>2022-08-26 01:18:28 -0400
commitd4d1c2bbabfcec3c62767e614c9d67f516938af2 (patch)
treec30a7643507ade7200eff36e9c16d0512bb1edce /frontend/package.json
parenteffc4ab0f56119041ac6efecdbf0a782714ec783 (diff)
downloaddecky-loader-d4d1c2bbabfcec3c62767e614c9d67f516938af2.tar.gz
decky-loader-d4d1c2bbabfcec3c62767e614c9d67f516938af2.zip
basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index d5224648..735890fb 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -27,6 +27,8 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"rollup": "^2.76.0",
+ "rollup-plugin-external-globals": "^0.6.1",
+ "rollup-plugin-polyfill-node": "^0.10.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
@@ -37,7 +39,9 @@
}
},
"dependencies": {
- "decky-frontend-lib": "^1.7.8",
- "react-icons": "^4.4.0"
+ "decky-frontend-lib": "^1.8.0",
+ "react-icons": "^4.4.0",
+ "react-markdown": "^8.0.3",
+ "remark-gfm": "^3.0.1"
}
}