mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 06:35:02 +00:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "gitnotes",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"shadow-cljs": "2.8.81"
|
|
},
|
|
"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"
|
|
}
|
|
}
|