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

24 lines
822 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:*",
"@blocksuite/block-std": "0.0.0-20230921103931-38d8f07a-nightly",
"@blocksuite/blocks": "0.0.0-20230921103931-38d8f07a-nightly",
"@blocksuite/global": "0.0.0-20230921103931-38d8f07a-nightly",
"@blocksuite/store": "0.0.0-20230921103931-38d8f07a-nightly",
2023-08-25 19:52:33 +03:00
"@playwright/test": "^1.37.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
2023-08-25 19:52:33 +03:00
"serve": "^14.2.1"
2023-06-28 11:03:21 +03:00
},
2023-09-21 09:02:19 +03:00
"version": "0.9.0-canary.13"
}