mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
29 lines
741 B
JSON
29 lines
741 B
JSON
{
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@react-spring/web": "^9.2.4",
|
|
"classnames": "^2.3.1",
|
|
"color-hash": "^2.0.1",
|
|
"events": "^3.3.0",
|
|
"lodash-move": "^1.1.1",
|
|
"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",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use-gesture": "^9.1.3",
|
|
"react-use-measure": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.42.1",
|
|
"vite": "^2.4.2",
|
|
"vite-plugin-svgr": "^0.4.0"
|
|
}
|
|
}
|