mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
5870a6097a
* Chore/unit test (#538) * chore: add unit test * chore: add github action for unit test * feat: init firebase * chore: add development secrets * fix: rename auth -> data-services * feat: update blocksuite 0.3.0-alpha.4 (#543) * feat: add requests * feat: optimize swr cache * feat: add Authorization * feat: add confirm-invitation page * feat: add account sdk api and proxy * docs: update contributing (#550) * docs: update contributing * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: ShortCipher5 <me@shortcipher.me> * feat: update api * feat: remove babelrc setting * feat: add create workspace ui * feat: choose workspaces * feat: login modal * feat: authorization api * feat: login status * fix: remove unused variables * feat: login button * fix: lint * fix: workspace id * fix: i18n type error Co-authored-by: MingLiang Wang <mingliangwang0o0@gmail.com> Co-authored-by: ShortCipher5 <me@shortcipher.me>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@pathfinder/app",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev -p 8080",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/blocks": "0.3.0-alpha.11",
|
|
"@blocksuite/editor": "0.3.0-alpha.11",
|
|
"@blocksuite/icons": "^2.0.0",
|
|
"@blocksuite/store": "0.3.0-alpha.11",
|
|
"@emotion/css": "^11.10.0",
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/server": "^11.10.0",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@fontsource/poppins": "^4.5.10",
|
|
"@fontsource/space-mono": "^4.5.10",
|
|
"@mui/base": "^5.0.0-alpha.87",
|
|
"@mui/icons-material": "^5.10.9",
|
|
"@mui/material": "^5.8.6",
|
|
"@toeverything/pathfinder-logger": "workspace:@pathfinder/logger@*",
|
|
"@pathfinder/data-services": "workspace:@pathfinder/data-services@*",
|
|
"cmdk": "^0.1.20",
|
|
"css-spring": "^4.1.0",
|
|
"dayjs": "^1.11.7",
|
|
"lit": "^2.3.1",
|
|
"next": "13.0.1",
|
|
"prettier": "^2.7.1",
|
|
"quill": "^1.3.7",
|
|
"quill-cursors": "^4.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"i18next": "^21.9.1",
|
|
"react-i18next": "^11.18.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.18",
|
|
"@types/react": "18.0.20",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|