mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 14:01:44 +03:00
814d552be8
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
18 lines
594 B
JSON
18 lines
594 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.0.0-20231018100009-361737d3-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20231018100009-361737d3-nightly",
|
|
"@blocksuite/global": "0.0.0-20231018100009-361737d3-nightly",
|
|
"@blocksuite/store": "0.0.0-20231018100009-361737d3-nightly",
|
|
"@playwright/test": "^1.39.0"
|
|
},
|
|
"version": "0.10.0-canary.1"
|
|
}
|