AFFiNE/tests/affine-legacy/0.7.0-canary.18/package.json
2023-07-04 06:47:35 +00:00

27 lines
910 B
JSON

{
"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",
"e2e": "yarn playwright test",
"test": "vitest --run"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230704023331-d9fc4854-nightly",
"@blocksuite/blocks": "0.0.0-20230704023331-d9fc4854-nightly",
"@blocksuite/global": "0.0.0-20230704023331-d9fc4854-nightly",
"@blocksuite/store": "0.0.0-20230704023331-d9fc4854-nightly",
"@playwright/test": "=1.33.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"playwright": "=1.33.0",
"serve": "^14.2.0",
"vitest": "^0.32.2"
},
"version": "0.7.0-canary.31"
}