adding in the carbon components to the web app

This commit is contained in:
talksik
2022-04-30 06:09:32 -05:00
parent 056a45de78
commit c7ed632243
5 changed files with 175 additions and 5 deletions
+7 -1
View File
@@ -9,14 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@carbon/icons-react": "10.22.0",
"@nirvana/components": "*",
"carbon-components": "10.25.0",
"carbon-components-react": "7.25.0",
"carbon-icons": "7.0.7",
"next": "12.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.2.0"
"react-toastify": "^8.2.0",
"sass": "1.29.0"
},
"devDependencies": {
"@types/carbon-components-react": "^7.55.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",