Files
AFFiNE-Mirror/blocksuite/tests-legacy/package.json
2025-01-08 04:07:56 +00:00

25 lines
650 B
JSON

{
"name": "@blocksuite/legacy-e2e",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"test": "yarn playwright test"
},
"dependencies": {
"@blocksuite/affine-components": "workspace:*",
"@blocksuite/affine-model": "workspace:*",
"@blocksuite/affine-shared": "workspace:*",
"@blocksuite/block-std": "workspace:*",
"@blocksuite/global": "workspace:*",
"@blocksuite/presets": "workspace:*",
"@playwright/test": "=1.49.1",
"@toeverything/theme": "^1.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/toeverything/blocksuite.git"
},
"version": "0.19.0"
}