mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@blocksuite/integration-test",
|
|
"description": "Integration test for BlockSuite",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc",
|
|
"test:unit": "vitest --browser.headless --run",
|
|
"test:debug": "PWDEBUG=1 npx vitest"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/icons": "^2.2.17",
|
|
"@floating-ui/dom": "^1.6.13",
|
|
"@lit/context": "^1.1.3",
|
|
"@lottiefiles/dotlottie-wc": "^0.5.0",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@toeverything/theme": "^1.1.23",
|
|
"@vanilla-extract/css": "^1.17.0",
|
|
"lit": "^3.2.0",
|
|
"rxjs": "^7.8.2",
|
|
"yjs": "^13.6.27",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./effects": "./src/effects.ts",
|
|
"./store": "./src/store.ts",
|
|
"./view": "./src/view.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"themes",
|
|
"!src/__tests__",
|
|
"!dist/__tests__"
|
|
],
|
|
"devDependencies": {
|
|
"@vanilla-extract/vite-plugin": "^5.0.0",
|
|
"vite": "^7.2.7",
|
|
"vite-plugin-istanbul": "^7.2.1",
|
|
"vite-plugin-wasm": "^3.5.0",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"version": "0.26.0"
|
|
}
|