mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"name": "@affine-test/blocksuite",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "yarn playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/integration-test": "workspace:*",
|
|
"@playwright/test": "=1.51.0",
|
|
"@toeverything/theme": "^1.1.12",
|
|
"json-stable-stringify": "^1.2.1",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"version": "0.20.0"
|
|
}
|