Files
AFFiNE-Mirror/blocksuite/framework/global/package.json
T
DarkSky aca47445aa feat(client): migration old package to rspack (#15068)
#### PR Dependency Tree


* **PR #15068** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Upgraded Vitest across packages to 4.1.8 and bumped Tailwind PostCSS
to 4.3.0
* CLI/tooling updated to support the media-capture-playground package
and adjust build/dev server behavior

* **Bug Fixes**
  * Improved workspace deletion reliability in the Electron app

* **Refactor**
* Simplified media capture playground build setup (build/config
adjustments)

* **Tests**
* Made tests more robust by preserving/restoring environment state
during runs
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-02 12:00:50 +08:00

68 lines
1.3 KiB
JSON

{
"name": "@blocksuite/global",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"build": "tsc"
},
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./utils": "./src/utils/index.ts",
"./env": "./src/env/index.ts",
"./exceptions": "./src/exceptions/index.ts",
"./di": "./src/di/index.ts",
"./types": "./src/types/index.ts",
"./gfx": "./src/gfx/index.ts",
"./disposable": "./src/disposable/index.ts",
"./lit": "./src/lit/index.ts"
},
"typesVersions": {
"*": {
"utils": [
"dist/utils/index.d.ts"
],
"env": [
"dist/env/index.d.ts"
],
"exceptions": [
"dist/exceptions/index.d.ts"
],
"di": [
"dist/di/index.d.ts"
],
"types": [
"dist/types/index.d.ts"
],
"gfx": [
"dist/gfx/index.d.ts"
],
"disposable": [
"dist/disposable/index.d.ts"
],
"lit": [
"dist/lit/index.d.ts"
]
}
},
"author": "toeverything",
"license": "MIT",
"files": [
"src",
"dist",
"index.d.ts",
"!src/__tests__",
"!dist/__tests__"
],
"dependencies": {
"@preact/signals-core": "^1.8.0",
"lib0": "^0.2.114",
"lit": "^3.2.0",
"rxjs": "^7.8.2"
},
"devDependencies": {
"vitest": "^4.1.8"
},
"version": "0.26.3"
}