Add invite modal
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/button": "^3.3.4",
|
||||
"@react-aria/dialog": "^3.1.4",
|
||||
"@react-aria/focus": "^3.5.0",
|
||||
"@react-aria/overlays": "^3.7.3",
|
||||
"@react-aria/utils": "^3.10.0",
|
||||
"@react-stately/overlays": "^3.1.3",
|
||||
"@sentry/react": "^6.13.3",
|
||||
"@sentry/tracing": "^6.13.3",
|
||||
"classnames": "^2.3.1",
|
||||
@@ -19,7 +25,8 @@
|
||||
"react-dom": "^17.0.0",
|
||||
"react-json-view": "^1.21.3",
|
||||
"react-router": "6",
|
||||
"react-router-dom": "^5.2.0"
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-use-clipboard": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.42.1",
|
||||
|
||||
Reference in New Issue
Block a user