No more phosphor-react

This commit is contained in:
2022-10-20 14:58:13 +02:00
parent 1078f07bae
commit aa28e1a8a7
7 changed files with 90 additions and 62 deletions

View File

@@ -8,6 +8,9 @@
"lint": "npx next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^5.10.0",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"asciidoctor": "^2.2.5",
"color": "^4.2.3",
"highlight.js": "^11.5.1",
@@ -15,7 +18,6 @@
"next": "12.1.0",
"next-themes": "^0.2.1",
"node-fetch": "^3.2.0",
"phosphor-react": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},