AFFiNE/tests/affine-legacy/0.7.0-canary.18/package.json

26 lines
881 B
JSON
Raw Normal View History

{
"name": "@affine-legacy/0.7.0-canary.18",
"description": "AFFiNE 0.7.0-canary.18 static output",
"scripts": {
"unzip": "unzip affine-web -d static",
"start": "yarn exec serve -s static -l 8082",
2023-06-29 09:52:31 +03:00
"e2e": "yarn playwright test",
"test": "vitest --run"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230720073515-bea92e0f-nightly",
"@blocksuite/blocks": "0.0.0-20230720073515-bea92e0f-nightly",
"@blocksuite/global": "0.0.0-20230720073515-bea92e0f-nightly",
"@blocksuite/store": "0.0.0-20230720073515-bea92e0f-nightly",
2023-07-27 07:02:18 +03:00
"@playwright/test": "^1.36.2",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0",
2023-07-20 19:39:16 +03:00
"vitest": "^0.33.0"
2023-06-28 11:03:21 +03:00
},
2023-07-27 15:18:40 +03:00
"version": "0.7.0-canary.53"
}