mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
Add mui
This commit is contained in:
16
package.json
16
package.json
@@ -5,5 +5,19 @@
|
||||
"devDependencies": {
|
||||
"shadow-cljs": "2.8.81"
|
||||
},
|
||||
"dependencies": {}
|
||||
"scripts": {
|
||||
"watch": "npx shadow-cljs watch app",
|
||||
"release": "npx shadow-cljs release app",
|
||||
"server": "npx shadow-cljs server;",
|
||||
"clean": "rm -rf target; rm -rf public/js/compiled"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.7.2",
|
||||
"@material-ui/icons": "^4.5.1",
|
||||
"browserfs": "^1.4.3",
|
||||
"isomorphic-git": "^0.72.0",
|
||||
"mldoc_org": "0.0.3",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user