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

23 lines
793 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": "unzip affine-core -d static",
"start": "yarn exec serve -s static -l 8082",
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
2023-08-10 22:56:16 +03:00
"@blocksuite/block-std": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/blocks": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/global": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/store": "0.0.0-20230810154852-8a8eccea-nightly",
2023-08-03 02:50:10 +03:00
"@playwright/test": "^1.36.2",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0"
},
2023-08-11 04:25:51 +03:00
"version": "0.8.0-canary.18"
2023-08-03 02:50:10 +03:00
}