mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 05:31:31 +03:00
af15aa06d4
Co-authored-by: donteatfriedrice <huisheng.chen7788@outlook.com>
18 lines
586 B
JSON
18 lines
586 B
JSON
{
|
|
"name": "@affine-test/affine-migration",
|
|
"description": "AFFiNE migration e2e tests",
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@blocksuite/block-std": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/blocks": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/global": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/store": "0.11.0-nightly-202312150424-f13b992",
|
|
"@playwright/test": "^1.39.0"
|
|
},
|
|
"version": "0.10.3-canary.2"
|
|
}
|