merge package.json

This commit is contained in:
medcl 2020-03-02 23:43:17 +08:00
parent 1daaf273fa
commit c8467546ba
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
}, },
"dependencies": { "dependencies": {
"antd": "^4.0.0", "antd": "^4.0.0",
"md5": "^2.2.1" "md5": "^2.2.1",
"@material-ui/core": "^4.9.5"
} }
} }