| 123456789101112131415161718192021222324 |
- {
- "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; rm -rf public/js/cljs-runtime"
- },
- "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.1.8",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "showdown": "^1.9.1"
- }
- }
|