feat: add react-loading-skeleton package (#244)

* feat: add react-loading-skeleton package

Add the react-loading-skeleton package to the project dependencies in package.json. This package will be used to display loading skeletons in the AutoLoad component.

* chore: remove body-max-line-length rule from commitlint.config.ts
This commit is contained in:
Sriram Hariharan
2024-10-01 10:44:09 -05:00
committed by GitHub
parent 8bb6f901dc
commit b4dd91ad25
4 changed files with 291 additions and 290 deletions

View File

@@ -37,6 +37,7 @@
"nanoid": "^5.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.5.0",
"sass": "^1.71.1",
"sql.js": "1.10.2"
},