2023-06-27 22:10:08 +03:00
|
|
|
{
|
|
|
|
"name": "@affine-legacy/0.7.0-canary.18",
|
|
|
|
"description": "AFFiNE 0.7.0-canary.18 static output",
|
|
|
|
"scripts": {
|
2023-09-29 06:02:26 +03:00
|
|
|
"unzip": "wget -O static.zip https://github.com/toeverything/AFFiNE/releases/download/v0.7.0-canary.18/web-static.zip && unzip static.zip -d static",
|
2023-10-13 06:03:42 +03:00
|
|
|
"start": "yarn exec serve -s static -l 8081",
|
|
|
|
"e2e": "yarn playwright test"
|
2023-06-27 22:10:08 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine-test/fixtures": "workspace:*",
|
|
|
|
"@affine-test/kit": "workspace:*",
|
2023-10-18 17:45:07 +03:00
|
|
|
"@blocksuite/block-std": "0.0.0-20231018100009-361737d3-nightly",
|
|
|
|
"@blocksuite/blocks": "0.0.0-20231018100009-361737d3-nightly",
|
|
|
|
"@blocksuite/global": "0.0.0-20231018100009-361737d3-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20231018100009-361737d3-nightly",
|
2023-10-13 22:37:18 +03:00
|
|
|
"@playwright/test": "^1.39.0",
|
2023-06-29 09:50:26 +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-06-28 11:03:21 +03:00
|
|
|
},
|
2023-10-17 00:30:17 +03:00
|
|
|
"version": "0.10.0-canary.1"
|
2023-06-27 22:10:08 +03:00
|
|
|
}
|