New notes

This commit is contained in:
2022-04-28 12:37:12 -04:00
parent fda1c71b42
commit a212076ce7
16 changed files with 1362 additions and 21 deletions

View File

@@ -14,11 +14,14 @@
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.2"
"react-markdown": "^7.1.2",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.4",
"typescript": "^4.5.5"