Files
AFFiNE-Mirror/packages/app/package.json
DiamondThree cc72448ba3 add changeset config to CI (#618)
* fix: get user by email  name is wrong

* fix: improve message

* feat: add changeset

* feat: add changelog CI config

* fix: data-services version

* fix: Conflict resolution

* feat: add changelog CI config

* fix: data-services version
2022-12-29 09:38:58 +00:00

66 lines
1.8 KiB
JSON

{
"name": "@affine/app",
"version": "0.3.0",
"scripts": {
"dev": "next dev -p 8080",
"dev:ac": "NODE_API_SERVER=ac next dev -p 8080",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@affine/data-services": "workspace:*",
"@blocksuite/blocks": "0.3.0-20221228162706-9576a3a",
"@blocksuite/editor": "0.3.0-20221228162706-9576a3a",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/store": "0.3.0-20221228162706-9576a3a",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-mono": "^4.5.10",
"@mui/base": "^5.0.0-alpha.87",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.8.6",
"@toeverything/pathfinder-logger": "workspace:@affine/logger@*",
"cmdk": "^0.1.20",
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
"i18next": "^21.9.1",
"lit": "^2.3.1",
"next": "13.1.0",
"next-debug-local": "^0.1.5",
"prettier": "^2.7.1",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^11.18.4",
"yjs": "^13.5.43"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"chalk-next": "^6.1.5",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"raw-loader": "^4.0.2",
"typescript": "4.8.3"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"plugin:@next/next/recommended"
],
"rules": {
"prettier/prettier": "warn"
},
"reportUnusedDisableDirectives": true
}
}