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": {
|
|
|
|
"unzip": "unzip affine-web -d static",
|
2023-06-29 09:50:26 +03:00
|
|
|
"start": "yarn exec serve -s static -l 8082",
|
2023-06-29 09:52:31 +03:00
|
|
|
"e2e": "yarn playwright test",
|
|
|
|
"test": "vitest --run"
|
2023-06-27 22:10:08 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine-test/fixtures": "workspace:*",
|
|
|
|
"@affine-test/kit": "workspace:*",
|
2023-09-22 03:00:37 +03:00
|
|
|
"@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",
|
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-09-21 09:02:19 +03:00
|
|
|
"version": "0.9.0-canary.13"
|
2023-06-27 22:10:08 +03:00
|
|
|
}
|