{ "name": "@affine/app", "private": true, "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/env": "workspace:*", "@affine/i18n": "workspace:*", "@blocksuite/blocks": "0.5.0-20230308090832-6594d8d", "@blocksuite/editor": "0.5.0-20230308090832-6594d8d", "@blocksuite/icons": "2.0.17", "@blocksuite/react": "0.5.0-20230308090832-6594d8d", "@blocksuite/store": "0.5.0-20230308090832-6594d8d", "@emotion/cache": "^11.10.5", "@emotion/react": "^11.10.6", "@emotion/server": "^11.10.0", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.11", "cmdk": "^0.1.22", "css-spring": "^4.1.0", "dayjs": "^1.11.7", "jotai": "^2.0.3", "jotai-devtools": "^0.2.0", "lit": "^2.6.1", "next-themes": "^0.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "swr": "^2.0.4", "y-indexeddb": "^9.0.9", "y-protocols": "^1.0.5", "yjs": "^13.5.48", "zod": "^3.21.3" }, "devDependencies": { "@perfsee/webpack": "^1.3.0", "@redux-devtools/extension": "^3.2.5", "@swc-jotai/debug-label": "^0.0.6", "@swc-jotai/react-refresh": "^0.0.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", "dotenv": "^16.0.3", "eslint": "^8.35.0", "eslint-config-next": "^13.2.3", "next": "^13.2.2", "next-debug-local": "^0.1.5", "next-router-mock": "^0.9.2", "raw-loader": "^4.0.2", "redux": "^4.2.1", "swc-plugin-coverage-instrument": "^0.0.14", "typescript": "^4.9.5", "webpack": "^5.75.0" } }