AFFiNE/packages/app/package.json

67 lines
1.8 KiB
JSON
Raw Normal View History

2022-10-14 08:26:06 +03:00
{
"name": "@affine/app",
"version": "0.3.1",
2022-10-14 08:26:06 +03:00
"scripts": {
"dev": "next dev -p 8080",
2022-10-14 08:26:06 +03:00
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@affine/component": "workspace:*",
2022-12-29 09:55:41 +03:00
"@affine/datacenter": "workspace:*",
2023-01-09 09:55:38 +03:00
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.4.0-20230210031655-264744e",
"@blocksuite/editor": "0.4.0-20230210031655-264744e",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/store": "0.4.0-20230210031655-264744e",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
2022-10-14 08:26:06 +03:00
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
2022-10-26 12:12:56 +03:00
"@fontsource/poppins": "^4.5.10",
2022-10-21 11:55:29 +03:00
"@fontsource/space-mono": "^4.5.10",
2023-02-10 04:31:46 +03:00
"@mui/base": "=5.0.0-alpha.117",
"@mui/icons-material": "=5.11.0",
"@mui/material": "=5.11.8",
"@toeverything/pathfinder-logger": "workspace:@affine/logger@*",
"cmdk": "^0.1.20",
2022-10-17 07:55:34 +03:00
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
2023-02-07 06:55:39 +03:00
"lit": "^2.6.1",
"next": "13.1.0",
"next-debug-local": "^0.1.5",
2022-10-14 08:26:06 +03:00
"prettier": "^2.7.1",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
2023-02-07 06:55:39 +03:00
"yjs": "^13.5.45"
2022-10-14 08:26:06 +03:00
},
"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",
2023-01-05 09:06:36 +03:00
"chalk": "^4.1.2",
2022-10-14 08:26:06 +03:00
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
2023-01-03 06:43:59 +03:00
"next-pwa": "^5.6.0",
2023-01-09 06:49:37 +03:00
"raw-loader": "^4.0.2",
2023-02-06 12:07:48 +03:00
"typescript": "^4.9.5"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"plugin:@next/next/recommended"
],
"rules": {
"prettier/prettier": "warn"
},
"reportUnusedDisableDirectives": true
2022-10-14 08:26:06 +03:00
}
}