AFFiNE/tests/affine-legacy/0.8.0-canary.7/package.json

23 lines
879 B
JSON
Raw Normal View History

2023-08-03 02:50:10 +03:00
{
"name": "@affine-legacy/0.8.0-canary.7",
"description": "AFFiNE 0.8.0-canary.7 static output",
"scripts": {
"unzip": "wget -O static.zip https://github.com/toeverything/AFFiNE/releases/download/v0.8.0-canary.7/web-static.zip && unzip static.zip",
"start": "yarn exec serve -s web-static -l 8081",
2023-08-03 02:50:10 +03:00
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
2024-01-18 12:26:31 +03:00
"@blocksuite/block-std": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/blocks": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/global": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/store": "0.12.0-nightly-202401180838-f0c45fd",
"@playwright/test": "^1.41.0",
2023-08-03 02:50:10 +03:00
"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-08-03 02:50:10 +03:00
},
"version": "0.11.0"
2023-08-03 02:50:10 +03:00
}