element-call-Github/package.json

60 lines
1.8 KiB
JSON
Raw Normal View History

2021-07-17 05:22:03 +08:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
2021-12-24 04:45:00 +08:00
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
2021-07-17 05:22:03 +08:00
},
"dependencies": {
2022-01-22 05:21:23 +08:00
"@juggle/resize-observer": "^3.3.1",
2021-12-04 03:45:29 +08:00
"@react-aria/button": "^3.3.4",
"@react-aria/dialog": "^3.1.4",
"@react-aria/focus": "^3.5.0",
2021-12-04 08:42:29 +08:00
"@react-aria/menu": "^3.3.0",
2021-12-04 03:45:29 +08:00
"@react-aria/overlays": "^3.7.3",
2021-12-07 09:34:10 +08:00
"@react-aria/select": "^3.6.0",
"@react-aria/tabs": "^3.1.0",
2021-12-15 14:00:00 +08:00
"@react-aria/tooltip": "^3.1.3",
2021-12-04 03:45:29 +08:00
"@react-aria/utils": "^3.10.0",
2022-04-08 05:22:36 +08:00
"@react-spring/web": "^9.4.4",
2021-12-04 08:42:29 +08:00
"@react-stately/collections": "^3.3.4",
2021-12-04 03:45:29 +08:00
"@react-stately/overlays": "^3.1.3",
2021-12-07 09:34:10 +08:00
"@react-stately/select": "^3.1.3",
2021-12-15 14:00:00 +08:00
"@react-stately/tooltip": "^3.0.5",
2021-12-04 08:42:29 +08:00
"@react-stately/tree": "^3.2.0",
2021-10-07 02:38:26 +08:00
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
2022-04-08 05:22:36 +08:00
"@use-gesture/react": "^10.2.11",
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",
2022-04-08 05:22:36 +08:00
"lodash-move": "^1.1.1",
2022-04-23 02:15:39 +08:00
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#dbkr/ptt",
2022-01-14 06:11:06 +08:00
"mermaid": "^8.13.8",
2022-01-05 08:00:13 +08:00
"normalize.css": "^8.0.1",
2022-02-02 07:11:06 +08:00
"pako": "^2.0.4",
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-11-20 02:47:40 +08:00
"react-router": "6",
2021-12-04 03:45:29 +08:00
"react-router-dom": "^5.2.0",
2022-01-22 05:21:23 +08:00
"react-use-clipboard": "^1.0.7",
2022-02-16 04:46:58 +08:00
"react-use-measure": "^2.1.1",
"unique-names-generator": "^4.6.0"
2021-07-17 05:22:03 +08:00
},
"devDependencies": {
2021-12-24 04:45:00 +08:00
"@babel/core": "^7.16.5",
"@storybook/react": "^6.5.0-alpha.5",
"babel-loader": "^8.2.3",
2021-09-30 05:34:29 +08:00
"sass": "^1.42.1",
2021-12-24 04:45:00 +08:00
"storybook-builder-vite": "^0.1.12",
2021-09-30 08:01:53 +08:00
"vite": "^2.4.2",
2022-02-03 13:48:44 +08:00
"vite-plugin-html-template": "^1.1.0",
2021-09-30 08:01:53 +08:00
"vite-plugin-svgr": "^0.4.0"
2021-07-17 05:22:03 +08:00
}
}