Files
element-call/package.json

29 lines
741 B
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-08-11 16:02:40 -07:00
"@react-spring/web": "^9.2.4",
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-08-16 16:18:45 -07:00
"lodash-move": "^1.1.1",
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",
"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-08-11 16:02:40 -07:00
"react-router-dom": "^5.2.0",
2021-08-12 16:25:10 -07:00
"react-use-gesture": "^9.1.3",
2021-09-29 14:34:29 -07:00
"react-use-measure": "^2.0.4"
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
}
}