element-call/package.json

25 lines
607 B
JSON
Raw Normal View History

2021-07-16 21:22:03 +00:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
2021-07-30 23:55:25 +00:00
"classnames": "^2.3.1",
2021-07-28 23:14:38 +00:00
"color-hash": "^2.0.1",
2021-07-16 21:22:03 +00:00
"events": "^3.3.0",
2021-09-29 21:34:29 +00: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",
"re-resizable": "^6.9.0",
2021-07-16 21:22:03 +00:00
"react": "^17.0.0",
2021-07-19 19:55:30 +00:00
"react-dom": "^17.0.0",
2021-10-01 18:25:02 +00:00
"react-router-dom": "^5.2.0"
2021-07-16 21:22:03 +00:00
},
"devDependencies": {
2021-09-29 21:34:29 +00:00
"sass": "^1.42.1",
2021-09-30 00:01:53 +00:00
"vite": "^2.4.2",
"vite-plugin-svgr": "^0.4.0"
2021-07-16 21:22:03 +00:00
}
}