Tienson Qin 5 лет назад
Родитель
Сommit
c943497a34
2 измененных файлов с 5 добавлено и 34 удалено
  1. 0 29
      package.json
  2. 5 5
      web/package.json

+ 0 - 29
package.json

@@ -1,29 +0,0 @@
-{
-    "name": "logseq",
-    "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",
-        "debug": "npx shadow-cljs release app --debug",
-        "report": "npx shadow-cljs run shadow.cljs.build-report app report.html",
-        "clean": "/usr/bin/rm -rf target; /usr/bin/rm -rf ../resources/static/js/compiled; /usr/bin/rm -rf ../resources/static/js/cljs-runtime; /usr/bin/rm ../resources/static/js/main.js.map; /usr/bin/rm ../resources/static/js/manifest.edn"
-    },
-    "dependencies": {
-        "@tailwindcss/ui": "^0.1.3",
-        "browserfs": "^1.4.3",
-        "dev": "^0.1.3",
-        "isomorphic-git": "^1.3.1",
-        "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"
-    }
-}

+ 5 - 5
web/package.json

@@ -6,11 +6,11 @@
         "shadow-cljs": "2.8.81"
     },
     "scripts": {
-        "watch": "clojure -A:cljs watch app",
-        "release": "clojure -A:cljs release app",
-        "debug": "clojure -A:cljs release app --debug",
-        "report": "clojure -A:cljs run shadow.cljs.build-report app report.html",
-        "clean": "/usr/bin/rm -rf target; /usr/bin/rm -rf resources/static/js/compiled; /usr/bin/rm -rf resources/static/js/cljs-runtime; /usr/bin/rm resources/static/js/main.js.map; /usr/bin/rm resources/static/js/manifest.edn"
+        "watch": "npx shadow-cljs watch app",
+        "release": "npx shadow-cljs release app",
+        "debug": "npx shadow-cljs release app --debug",
+        "report": "npx shadow-cljs run shadow.cljs.build-report app report.html",
+        "clean": "/usr/bin/rm -rf target; /usr/bin/rm -rf ../resources/static/js/compiled; /usr/bin/rm -rf ../resources/static/js/cljs-runtime; /usr/bin/rm ../resources/static/js/main.js.map; /usr/bin/rm ../resources/static/js/manifest.edn"
     },
     "dependencies": {
         "@tailwindcss/ui": "^0.1.3",