mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:01:40 +03:00
6dbcb62da7
## Features - https://github.com/toeverything/BlockSuite/pull/7659 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7682 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7641 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7685 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7680 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7679 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7676 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7675 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7670 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7672 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7668 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7664 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7665 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7662 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7658 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7654 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7648 @undefined - https://github.com/toeverything/BlockSuite/pull/7653 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7651 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7647 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7671 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7656 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7643 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7666 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7645 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7637 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7639 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7636 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7633 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7630 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7629 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7627 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7625 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7623 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7599 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7621 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7619 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7614 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7613 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7611 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7609 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7594 @fundon - https://github.com/toeverything/BlockSuite/pull/7593 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/7634 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7616 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7617 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7603 @Saul-Mirone ## Misc - https://github.com/toeverything/BlockSuite/pull/7604 @Saul-Mirone ## Features ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7688 @fourdim - https://github.com/toeverything/BlockSuite/pull/7690 @Saul-Mirone ## Refactor ## Misc
99 lines
3.4 KiB
JSON
99 lines
3.4 KiB
JSON
{
|
|
"name": "@affine/electron",
|
|
"private": true,
|
|
"version": "0.15.0",
|
|
"author": "toeverything",
|
|
"repository": {
|
|
"url": "https://github.com/toeverything/AFFiNE",
|
|
"type": "git"
|
|
},
|
|
"description": "AFFiNE Desktop App",
|
|
"homepage": "https://github.com/toeverything/AFFiNE",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dev": "DEV_SERVER_URL=http://localhost:8080 node --loader ts-node/esm/transpile-only ./scripts/dev.ts",
|
|
"dev:prod": "yarn node --loader ts-node/esm/transpile-only scripts/dev.ts",
|
|
"build": "NODE_ENV=production node --loader ts-node/esm/transpile-only scripts/build-layers.ts",
|
|
"build:dev": "NODE_ENV=development node --loader ts-node/esm/transpile-only scripts/build-layers.ts",
|
|
"generate-assets": "node --loader ts-node/esm/transpile-only scripts/generate-assets.ts",
|
|
"package": "cross-env NODE_OPTIONS=\"--loader ts-node/esm/transpile-only\" electron-forge package",
|
|
"make": "cross-env NODE_OPTIONS=\"--loader ts-node/esm/transpile-only\" electron-forge make",
|
|
"make-squirrel": "node --loader ts-node/esm/transpile-only scripts/make-squirrel.ts",
|
|
"make-nsis": "node --loader ts-node/esm/transpile-only scripts/make-nsis.ts"
|
|
},
|
|
"main": "./dist/main.js",
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/native": "workspace:*",
|
|
"@blocksuite/block-std": "0.16.0-canary-202407190406-c44f7e8",
|
|
"@blocksuite/blocks": "0.16.0-canary-202407190406-c44f7e8",
|
|
"@blocksuite/presets": "0.16.0-canary-202407190406-c44f7e8",
|
|
"@blocksuite/store": "0.16.0-canary-202407190406-c44f7e8",
|
|
"@electron-forge/cli": "^7.3.0",
|
|
"@electron-forge/core": "^7.3.0",
|
|
"@electron-forge/core-utils": "^7.3.0",
|
|
"@electron-forge/maker-deb": "^7.3.0",
|
|
"@electron-forge/maker-dmg": "^7.3.0",
|
|
"@electron-forge/maker-squirrel": "^7.3.0",
|
|
"@electron-forge/maker-zip": "^7.3.0",
|
|
"@electron-forge/plugin-auto-unpack-natives": "^7.3.0",
|
|
"@electron-forge/shared-types": "^7.3.0",
|
|
"@emotion/react": "^11.11.4",
|
|
"@pengx17/electron-forge-maker-appimage": "^1.2.0",
|
|
"@sentry/esbuild-plugin": "^2.16.1",
|
|
"@sentry/react": "^8.0.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"builder-util-runtime": "^9.2.5-alpha.2",
|
|
"core-js": "^3.36.1",
|
|
"cross-env": "^7.0.3",
|
|
"electron": "~30.2.0",
|
|
"electron-log": "^5.1.2",
|
|
"electron-squirrel-startup": "1.0.1",
|
|
"electron-window-state": "^5.0.3",
|
|
"esbuild": "^0.23.0",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^11.0.0",
|
|
"jotai": "^2.8.0",
|
|
"jotai-devtools": "^0.10.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"rxjs": "^7.8.1",
|
|
"semver": "^7.6.0",
|
|
"tree-kill": "^1.2.2",
|
|
"ts-node": "^10.9.2",
|
|
"undici": "^6.12.0",
|
|
"uuid": "^10.0.0",
|
|
"vitest": "1.6.0",
|
|
"which": "^4.0.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"dependencies": {
|
|
"async-call-rpc": "^6.4.2",
|
|
"electron-updater": "^6.2.1",
|
|
"link-preview-js": "^3.0.5",
|
|
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
|
},
|
|
"build": {
|
|
"protocols": [
|
|
{
|
|
"name": "affine",
|
|
"schemes": [
|
|
"affine"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"ts-node": "*"
|
|
}
|
|
}
|