element-call-Github/package.json

29 lines
743 B
JSON
Raw Normal View History

2021-07-17 05:22:03 +08:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
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",
"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-10-02 02:25:02 +08:00
"react-router-dom": "^5.2.0"
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
}
}