Merge pull request #120 from eqlabs/feat/add-hooks-docs

Feat/add hooks docs
This commit is contained in:
Valtteri Karesto
2022-03-09 12:06:06 +02:00
committed by GitHub
52 changed files with 1310 additions and 12 deletions

View File

@@ -26,6 +26,7 @@
"filesize": "^8.0.7",
"javascript-time-ago": "^2.3.11",
"jszip": "^3.7.1",
"lodash.uniqby": "^4.7.0",
"monaco-editor": "^0.30.1",
"next": "^12.0.4",
"next-auth": "^4.0.0-beta.5",
@@ -58,10 +59,12 @@
"devDependencies": {
"@types/dinero.js": "^1.9.0",
"@types/file-saver": "^2.0.4",
"@types/lodash.uniqby": "^4.7.6",
"@types/pako": "^1.0.2",
"@types/react": "17.0.31",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"raw-loader": "^4.0.2",
"typescript": "4.4.4"
}
}