init: the first public commit for AFFiNE

This commit is contained in:
DarkSky
2022-07-22 15:49:21 +08:00
commit e3e3741393
1451 changed files with 108124 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}
}