mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 09:01:29 +03:00
ed63602f01
auto removed by https://knip.dev/features/auto-fix
18 lines
575 B
JSON
18 lines
575 B
JSON
{
|
|
"name": "@affine-legacy/0.7.0-canary.18",
|
|
"description": "AFFiNE 0.7.0-canary.18 static output",
|
|
"scripts": {
|
|
"unzip": "wget -O static.zip https://github.com/toeverything/AFFiNE/releases/download/v0.7.0-canary.18/web-static.zip && unzip static.zip -d static",
|
|
"start": "yarn exec serve -s static -l 8081",
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "=1.47.0",
|
|
"express": "^4.19.2",
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"serve": "^14.2.1"
|
|
},
|
|
"version": "0.16.0"
|
|
}
|