AFFiNE/apps/web/package.json
2023-03-16 22:07:57 -04:00

65 lines
1.8 KiB
JSON

{
"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-20230317014705-a881b9c",
"@blocksuite/editor": "0.5.0-20230317014705-a881b9c",
"@blocksuite/icons": "2.0.23",
"@blocksuite/react": "0.5.0-20230317014705-a881b9c",
"@blocksuite/store": "0.5.0-20230317014705-a881b9c",
"@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.1.22",
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
"jotai": "^2.0.3",
"jotai-devtools": "^0.2.0",
"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.0.4",
"y-indexeddb": "^9.0.9",
"y-protocols": "^1.0.5",
"yjs": "^13.5.50",
"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.36.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": "^5.0.2",
"webpack": "^5.76.2"
}
}