This commit is contained in:
2022-04-06 03:16:25 +08:00
parent de33d12ab0
commit c3067180c2
7 changed files with 3305 additions and 79 deletions

View File

@@ -11,12 +11,16 @@
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mdx-js/loader": "^2.1.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.5.3",
"@next/mdx": "^12.1.4",
"next": "12.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"remark": "^14.0.2",
"remark-mdx": "^2.1.1"
},
"devDependencies": {
"eslint": "8.12.0",