mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
- document folder - full-text search - blob storage - basic edgeless support Co-authored-by: tzhangchi <terry.zhangchi@outlook.com> Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com> Co-authored-by: DiamondThree <diamond.shx@gmail.com> Co-authored-by: MingLiang Wang <mingliangwang0o0@gmail.com> Co-authored-by: JimmFly <yangjinfei001@gmail.com> Co-authored-by: Yifeng Wang <doodlewind@toeverything.info> Co-authored-by: Himself65 <himself65@outlook.com> Co-authored-by: lawvs <18554747+lawvs@users.noreply.github.com> Co-authored-by: Qi <474021214@qq.com>
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@affine/app",
|
|
"version": "0.3.1",
|
|
"scripts": {
|
|
"dev": "next dev -p 8080",
|
|
"dev:ac": "NODE_API_SERVER=ac next dev -p 8080",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@affine/data-services": "workspace:*",
|
|
"@blocksuite/blocks": "0.3.0-20221230100352-5dfe65e",
|
|
"@blocksuite/editor": "0.3.0-20221230100352-5dfe65e",
|
|
"@blocksuite/icons": "^2.0.2",
|
|
"@blocksuite/store": "0.3.0-20221230100352-5dfe65e",
|
|
"@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:@affine/logger@*",
|
|
"cmdk": "^0.1.20",
|
|
"css-spring": "^4.1.0",
|
|
"dayjs": "^1.11.7",
|
|
"i18next": "^21.9.1",
|
|
"lit": "^2.3.1",
|
|
"next": "13.1.0",
|
|
"next-debug-local": "^0.1.5",
|
|
"prettier": "^2.7.1",
|
|
"quill": "^1.3.7",
|
|
"quill-cursors": "^4.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^11.18.4",
|
|
"yjs": "^13.5.43"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.18",
|
|
"@types/react": "18.0.20",
|
|
"@types/react-dom": "18.0.6",
|
|
"@types/wicg-file-system-access": "^2020.9.5",
|
|
"chalk-next": "^6.1.5",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"raw-loader": "^4.0.2",
|
|
"typescript": "4.8.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"plugin:@next/next/recommended"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "warn"
|
|
},
|
|
"reportUnusedDisableDirectives": true
|
|
}
|
|
}
|