multiple style changes

This commit is contained in:
2023-06-16 17:35:07 -05:00
parent 5c8c5645c0
commit 22738d083c
8 changed files with 163 additions and 40 deletions

View File

@@ -12,9 +12,6 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.4",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
@@ -22,12 +19,16 @@
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"remark-prism": "^1.3.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1"
"@types/uuid": "^9.0.1",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4"
}
}