mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-04 07:47:00 +03:00
23 lines
793 B
JSON
23 lines
793 B
JSON
{
|
|
"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:*",
|
|
"@blocksuite/block-std": "0.0.0-20230823134503-134d8f1a-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230823134503-134d8f1a-nightly",
|
|
"@blocksuite/global": "0.0.0-20230823134503-134d8f1a-nightly",
|
|
"@blocksuite/store": "0.0.0-20230823134503-134d8f1a-nightly",
|
|
"@playwright/test": "^1.37.0",
|
|
"express": "^4.18.2",
|
|
"http-proxy-middleware": "^3.0.0-beta.1",
|
|
"serve": "^14.2.0"
|
|
},
|
|
"version": "0.8.0-canary.30"
|
|
}
|