mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
715b235fea
* feat: update landing page * feat(code): improve code editing experience * feat: update landing page * fix: react warning * fix: update logo and i18n Co-authored-by: tzhangchi <terry.zhangchi@outlook.com> Co-authored-by: Yifeng Wang <doodlewind@qq.com>
22 lines
531 B
JSON
22 lines
531 B
JSON
{
|
|
"name": "ligo-virgo",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"main": "jest.config.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "AFFiNE <developer@affine.pro>",
|
|
"dependencies": {
|
|
"@emotion/babel-plugin": "^11.10.2",
|
|
"@mui/icons-material": "^5.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"firebase": "^9.9.3",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"webpack": "^5.74.0"
|
|
}
|
|
}
|