2021-07-17 05:22:03 +08:00
|
|
|
{
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-04 03:45:29 +08:00
|
|
|
"@react-aria/button": "^3.3.4",
|
|
|
|
"@react-aria/dialog": "^3.1.4",
|
|
|
|
"@react-aria/focus": "^3.5.0",
|
2021-12-04 08:42:29 +08:00
|
|
|
"@react-aria/menu": "^3.3.0",
|
2021-12-04 03:45:29 +08:00
|
|
|
"@react-aria/overlays": "^3.7.3",
|
|
|
|
"@react-aria/utils": "^3.10.0",
|
2021-12-04 08:42:29 +08:00
|
|
|
"@react-stately/collections": "^3.3.4",
|
2021-12-04 03:45:29 +08:00
|
|
|
"@react-stately/overlays": "^3.1.3",
|
2021-12-04 08:42:29 +08:00
|
|
|
"@react-stately/tree": "^3.2.0",
|
2021-10-07 02:38:26 +08:00
|
|
|
"@sentry/react": "^6.13.3",
|
|
|
|
"@sentry/tracing": "^6.13.3",
|
2021-07-31 07:55:25 +08:00
|
|
|
"classnames": "^2.3.1",
|
2021-07-29 07:14:38 +08:00
|
|
|
"color-hash": "^2.0.1",
|
2021-07-17 05:22:03 +08:00
|
|
|
"events": "^3.3.0",
|
2021-09-30 05:34:29 +08:00
|
|
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#robertlong/group-call",
|
|
|
|
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#robertlong/group-call",
|
2021-10-15 08:41:59 +08:00
|
|
|
"postcss-preset-env": "^6.7.0",
|
2021-08-21 01:30:59 +08:00
|
|
|
"re-resizable": "^6.9.0",
|
2021-07-17 05:22:03 +08:00
|
|
|
"react": "^17.0.0",
|
2021-07-20 03:55:30 +08:00
|
|
|
"react-dom": "^17.0.0",
|
2021-10-16 07:41:23 +08:00
|
|
|
"react-json-view": "^1.21.3",
|
2021-11-20 02:47:40 +08:00
|
|
|
"react-router": "6",
|
2021-12-04 03:45:29 +08:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-use-clipboard": "^1.0.7"
|
2021-07-17 05:22:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-30 05:34:29 +08:00
|
|
|
"sass": "^1.42.1",
|
2021-09-30 08:01:53 +08:00
|
|
|
"vite": "^2.4.2",
|
|
|
|
"vite-plugin-svgr": "^0.4.0"
|
2021-07-17 05:22:03 +08:00
|
|
|
}
|
|
|
|
}
|