2023-10-13 06:03:42 +03:00
|
|
|
{
|
|
|
|
"name": "@affine-test/affine-migration",
|
|
|
|
"description": "AFFiNE migration e2e tests",
|
|
|
|
"scripts": {
|
|
|
|
"e2e": "yarn playwright test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine-test/fixtures": "workspace:*",
|
|
|
|
"@affine-test/kit": "workspace:*",
|
2023-11-10 08:23:29 +03:00
|
|
|
"@blocksuite/block-std": "0.0.0-20231110042432-4fdac4dc-nightly",
|
|
|
|
"@blocksuite/blocks": "0.0.0-20231110042432-4fdac4dc-nightly",
|
|
|
|
"@blocksuite/global": "0.0.0-20231110042432-4fdac4dc-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20231110042432-4fdac4dc-nightly",
|
2023-10-13 22:37:18 +03:00
|
|
|
"@playwright/test": "^1.39.0"
|
2023-10-13 06:03:42 +03:00
|
|
|
},
|
2023-11-10 06:42:04 +03:00
|
|
|
"version": "0.10.0"
|
2023-10-13 06:03:42 +03:00
|
|
|
}
|