{ "name": "@affine/app", "private": true, "scripts": { "dev": "node src/server.mjs", "build": "next build", "export": "next export", "start": "NODE_ENV=production node src/server.mjs", "lint": "next lint" }, "dependencies": { "@affine/component": "workspace:*", "@affine/datacenter": "workspace:*", "@affine/debug": "workspace:*", "@affine/env": "workspace:*", "@affine/i18n": "workspace:*", "@affine/templates": "workspace:*", "@blocksuite/blocks": "0.5.0-20230320164115-e612d17", "@blocksuite/editor": "0.5.0-20230320164115-e612d17", "@blocksuite/icons": "2.0.23", "@blocksuite/store": "0.5.0-20230320164115-e612d17", "@emotion/cache": "^11.10.5", "@emotion/react": "^11.10.6", "@emotion/server": "^11.10.0", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.13", "cmdk": "^0.2.0", "css-spring": "^4.1.0", "dayjs": "^1.11.7", "jotai": "^2.0.3", "lit": "^2.6.1", "lottie-web": "^5.10.2", "next-themes": "^0.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "swr": "^2.1.0", "y-indexeddb": "^9.0.9", "y-protocols": "^1.0.5", "yjs": "^13.5.50", "zod": "^3.21.4" }, "devDependencies": { "@perfsee/webpack": "^1.5.0", "@redux-devtools/extension": "^3.2.5", "@swc-jotai/debug-label": "^0.0.9", "@swc-jotai/react-refresh": "^0.0.7", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", "dotenv": "^16.0.3", "eslint": "^8.36.0", "eslint-config-next": "^13.2.4", "next": "=13.2.3", "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": "^5.0.2", "webpack": "^5.76.2" } }