declutter pages

This commit is contained in:
Rahul Krishnan 2023-09-30 23:08:27 +05:30
commit 03fcf7e6bf
29 changed files with 2221 additions and 1138 deletions

View file

@ -11,12 +11,13 @@
},
"dependencies": {
"axios": "^1.5.0",
"bootstrap": "^5.3.2",
"moment": "^2.29.4",
"next": "12.1.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-bootstrap": "^2.8.0",
"react-bootstrap": "^2.9.0",
"react-data-table-component": "^7.5.4",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
@ -26,6 +27,7 @@
"react-toastify": "^9.1.3",
"react-tooltip": "^5.21.3",
"react-youtube": "^10.1.0",
"reactstrap": "^9.2.0",
"recoil": "^0.6.1",
"scss": "^0.2.4",
"swr": "^1.2.2",
@ -35,10 +37,12 @@
"autoprefixer": "^10.4.3",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.11",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"video.js": "^8.5.2",
"webpack": "^5.88.2"
}
}