2023-11-13 13:00:40 +03:00
|
|
|
{
|
|
|
|
"name": "@affine-legacy/0.6.1-beta.1",
|
|
|
|
"description": "AFFiNE 0.6.1-beta.1 static output",
|
|
|
|
"scripts": {
|
|
|
|
"unzip": "wget -O static.zip https://github.com/toeverything/AFFiNE/releases/download/v0.6.1-beta.1/web-static.zip && unzip static.zip -d static",
|
|
|
|
"start": "yarn exec serve -s static -l 8081",
|
|
|
|
"e2e": "yarn playwright test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine-test/fixtures": "workspace:*",
|
|
|
|
"@affine-test/kit": "workspace:*",
|
2023-12-15 07:57:52 +03:00
|
|
|
"@blocksuite/block-std": "0.11.0-nightly-202312150424-f13b992",
|
|
|
|
"@blocksuite/blocks": "0.11.0-nightly-202312150424-f13b992",
|
|
|
|
"@blocksuite/global": "0.11.0-nightly-202312150424-f13b992",
|
|
|
|
"@blocksuite/store": "0.11.0-nightly-202312150424-f13b992",
|
2023-11-13 13:00:40 +03:00
|
|
|
"@playwright/test": "^1.39.0",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"http-proxy-middleware": "^3.0.0-beta.1",
|
|
|
|
"serve": "^14.2.1"
|
|
|
|
},
|
2023-11-23 11:47:40 +03:00
|
|
|
"version": "0.10.3-canary.2"
|
2023-11-13 13:00:40 +03:00
|
|
|
}
|