mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
28 lines
719 B
JSON
28 lines
719 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/static/js/compiled; rm -rf public/static/js/cljs-runtime"
|
|
},
|
|
"dependencies": {
|
|
"browserfs": "^1.4.3",
|
|
"dev": "^0.1.3",
|
|
"isomorphic-git": "^1.1.2",
|
|
"mldoc_org": "^0.2.6",
|
|
"purgecss": "^2.1.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-textarea-autosize": "^7.1.2",
|
|
"react-transition-group": "^4.3.0",
|
|
"showdown": "^1.9.1",
|
|
"tailwindcss": "^1.2.0"
|
|
}
|
|
}
|