diff --git a/package.json b/package.json
index eb2a9b7..f4ef7ca 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"antlr4": "4.7.2",
"bootstrap": "4.4.1",
"chroma-js": "2.1.0",
- "diff": "4.0.2",
+ "diff": "^4.0.2",
+ "diff2html": "^3.4.48",
"elementtree": "0.1.7",
"marked": "4.0.12",
"monaco-editor": "0.21.2",
@@ -16,6 +17,7 @@
"openai": "^4.30.0",
"path": "0.12.7",
"pluralize": "7.0.0",
+ "prismjs": "^1.29.0",
"rc-slider": "8.7.1",
"rc-tooltip": "4.0.0-alpha.3",
"react": "16.12.0",
@@ -41,7 +43,7 @@
"scripts": {
"start-Mac": "PORT=9010 react-app-rewired --max_old_space_size=8192 start",
"start-Linux": "export SET NODE_OPTIONS=--openssl-legacy-provider PORT=9010 && react-app-rewired --max_old_space_size=8192 start",
- "start-Windows": "set PORT = 9010 && react-app-rewired --max_old_space_size=8192 start",
+ "start-Windows": "set NODE_OPTIONS=--openssl-legacy-provider && set PORT=9010 && react-app-rewired --max_old_space_size=8192 start",
"build": "react-app-rewired --max_old_space_size=8192 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
diff --git a/public/index.html b/public/index.html
index c941313..58fb2be 100644
--- a/public/index.html
+++ b/public/index.html
@@ -29,7 +29,7 @@
-
Active Documentation
+ DesignFix