mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 01:01:35 +03:00
21 lines
486 B
JSON
21 lines
486 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": {
|
|
"@mui/icons-material": "^5.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"firebase": "^9.8.4",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"webpack": "^5.73.0"
|
|
}
|
|
}
|