mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:32:56 +03:00
18 lines
476 B
JSON
18 lines
476 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 8081",
|
|
"e2e": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "=1.33.0",
|
|
"playwright": "=1.33.0",
|
|
"serve": "^14.2.0"
|
|
},
|
|
"version": "0.7.0-canary.23"
|
|
}
|