Skip to content

Commit 1d28bed

Browse files
authored
feat: Initialize appflowy block data and render block list (#1940)
1 parent 21199c0 commit 1d28bed

File tree

27 files changed

+5463
-14
lines changed

27 files changed

+5463
-14
lines changed

frontend/appflowy_tauri/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,38 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19+
"@emotion/react": "^11.10.6",
20+
"@emotion/styled": "^11.10.6",
21+
"@mui/icons-material": "^5.11.11",
22+
"@mui/material": "^5.11.12",
1923
"@reduxjs/toolkit": "^1.9.2",
2024
"@tauri-apps/api": "^1.2.0",
2125
"google-protobuf": "^3.21.2",
2226
"i18next": "^22.4.10",
2327
"i18next-browser-languagedetector": "^7.0.1",
28+
"is-hotkey": "^0.2.0",
2429
"jest": "^29.4.3",
2530
"nanoid": "^4.0.0",
2631
"react": "^18.2.0",
2732
"react-dom": "^18.2.0",
33+
"react-error-boundary": "^3.1.4",
2834
"react-i18next": "^12.2.0",
2935
"react-redux": "^8.0.5",
3036
"react-router-dom": "^6.8.0",
3137
"react18-input-otp": "^1.1.2",
3238
"redux": "^4.2.1",
3339
"rxjs": "^7.8.0",
40+
"slate": "^0.91.4",
41+
"slate-react": "^0.91.9",
3442
"ts-results": "^3.3.0",
3543
"utf8": "^3.0.0"
3644
},
3745
"devDependencies": {
3846
"@tauri-apps/cli": "^1.2.2",
3947
"@types/google-protobuf": "^3.15.6",
48+
"@types/is-hotkey": "^0.1.7",
4049
"@types/jest": "^29.4.0",
50+
"@types/mocha": "^10.0.1",
4151
"@types/node": "^18.7.10",
4252
"@types/react": "^18.0.15",
4353
"@types/react-dom": "^18.0.6",

0 commit comments

Comments
 (0)