more node and go changes

This commit is contained in:
2021-07-26 22:41:06 -04:00
parent cd8fb5ca54
commit 8d4e5e3e5e
13 changed files with 417 additions and 70 deletions

View File

@@ -3,11 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^2.1.3",
"@mantine/dates": "^2.1.3",
"@mantine/hooks": "^2.1.3",
"@mantine/notifications": "^2.1.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"dayjs": "^1.10.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-jss": "^10.7.1",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},