element-call/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

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