{ "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" } }