AFFiNE/apps/web/package.json
2023-02-23 07:07:46 +00:00

58 lines
1.7 KiB
JSON

{
"name": "@affine/app",
"version": "0.3.1",
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/datacenter": "workspace:*",
"@affine/debug": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.4.1-20230220214107-0a354de",
"@blocksuite/editor": "0.4.1-20230220214107-0a354de",
"@blocksuite/global": "0.4.1-20230220214107-0a354de",
"@blocksuite/icons": "2.0.17",
"@blocksuite/store": "0.4.1-20230220214107-0a354de",
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-mono": "^4.5.12",
"@mui/base": "5.0.0-alpha.118",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@toeverything/pathfinder-logger": "workspace:@affine/logger@*",
"cmdk": "^0.1.22",
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
"lit": "^2.6.1",
"next": "13.1.0",
"next-debug-local": "^0.1.5",
"prettier": "^2.8.4",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"yjs": "^13.5.46",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/wicg-file-system-access": "^2020.9.5",
"chalk": "^5.2.0",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.6",
"raw-loader": "^4.0.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
}
}