element-call/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2021-07-16 21:22:03 +00:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
2021-12-23 20:45:00 +00:00
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
2021-07-16 21:22:03 +00:00
},
"dependencies": {
2021-12-03 19:45:29 +00:00
"@react-aria/button": "^3.3.4",
"@react-aria/dialog": "^3.1.4",
"@react-aria/focus": "^3.5.0",
2021-12-04 00:42:29 +00:00
"@react-aria/menu": "^3.3.0",
2021-12-03 19:45:29 +00:00
"@react-aria/overlays": "^3.7.3",
2021-12-07 01:34:10 +00:00
"@react-aria/select": "^3.6.0",
"@react-aria/tabs": "^3.1.0",
2021-12-15 06:00:00 +00:00
"@react-aria/tooltip": "^3.1.3",
2021-12-03 19:45:29 +00:00
"@react-aria/utils": "^3.10.0",
2021-12-04 00:42:29 +00:00
"@react-stately/collections": "^3.3.4",
2021-12-03 19:45:29 +00:00
"@react-stately/overlays": "^3.1.3",
2021-12-07 01:34:10 +00:00
"@react-stately/select": "^3.1.3",
2021-12-15 06:00:00 +00:00
"@react-stately/tooltip": "^3.0.5",
2021-12-04 00:42:29 +00:00
"@react-stately/tree": "^3.2.0",
2021-10-06 18:38:26 +00:00
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
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",
2022-01-05 00:00:13 +00:00
"normalize.css": "^8.0.1",
2021-10-15 00:41:59 +00:00
"postcss-preset-env": "^6.7.0",
"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-15 23:41:23 +00:00
"react-json-view": "^1.21.3",
2021-11-19 18:47:40 +00:00
"react-router": "6",
2021-12-03 19:45:29 +00:00
"react-router-dom": "^5.2.0",
"react-use-clipboard": "^1.0.7"
2021-07-16 21:22:03 +00:00
},
"devDependencies": {
2021-12-23 20:45:00 +00:00
"@babel/core": "^7.16.5",
"@storybook/addon-actions": "^6.5.0-alpha.5",
"@storybook/addon-essentials": "^6.5.0-alpha.5",
"@storybook/addon-links": "^6.5.0-alpha.5",
"@storybook/react": "^6.5.0-alpha.5",
"babel-loader": "^8.2.3",
2021-09-29 21:34:29 +00:00
"sass": "^1.42.1",
2021-12-23 20:45:00 +00:00
"storybook-builder-vite": "^0.1.12",
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
}
}