2021-07-17 05:22:03 +08:00
|
|
|
{
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-12 07:02:40 +08:00
|
|
|
"@react-spring/web": "^9.2.4",
|
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-08-17 07:18:45 +08:00
|
|
|
"lodash-move": "^1.1.1",
|
2021-07-17 05:22:03 +08:00
|
|
|
"matrix-js-sdk": "^12.0.1",
|
|
|
|
"react": "^17.0.0",
|
2021-07-20 03:55:30 +08:00
|
|
|
"react-dom": "^17.0.0",
|
2021-08-12 07:02:40 +08:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-08-13 07:25:10 +08:00
|
|
|
"react-use-gesture": "^9.1.3",
|
|
|
|
"react-use-measure": "^2.0.4"
|
2021-07-17 05:22:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
|
|
"vite": "^2.4.2"
|
|
|
|
}
|
|
|
|
}
|