2021-07-16 21:22:03 +00:00
|
|
|
{
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-11 23:02:40 +00:00
|
|
|
"@react-spring/web": "^9.2.4",
|
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-08-16 23:18:45 +00:00
|
|
|
"lodash-move": "^1.1.1",
|
2021-09-10 19:20:17 +00:00
|
|
|
"matrix-js-sdk": "file:../matrix-js-sdk",
|
2021-09-29 17:50:39 +00:00
|
|
|
"matrix-react-sdk": "file:../matrix-react-sdk",
|
2021-08-20 17:30:59 +00:00
|
|
|
"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-08-11 23:02:40 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-08-12 23:25:10 +00:00
|
|
|
"react-use-gesture": "^9.1.3",
|
2021-08-19 19:11:12 +00:00
|
|
|
"react-use-measure": "^2.0.4",
|
2021-09-29 17:50:39 +00:00
|
|
|
"sass": "^1.42.1",
|
2021-08-19 19:11:12 +00:00
|
|
|
"vite-plugin-svgr": "^0.4.0"
|
2021-07-16 21:22:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
|
|
"vite": "^2.4.2"
|
|
|
|
}
|
|
|
|
}
|