[utils][xl]: copied over utils from frontend-v2.

This commit is contained in:
anuveyatsu
2020-06-12 14:46:03 +06:00
parent 56aaed8f87
commit 03578d9a11
3 changed files with 549 additions and 3 deletions

View File

@@ -11,9 +11,13 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"bytes": "^3.1.0",
"markdown-it": "^11.0.0",
"next": "9.4.2",
"querystring": "^0.2.0",
"react": "16.13.1",
"react-dom": "16.13.1"
"react-dom": "16.13.1",
"slugify": "^1.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.8.0",