|
@@ -26,6 +26,7 @@
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"watch": "run-p gulp:build gulp:watch cljs:watch",
|
|
"watch": "run-p gulp:build gulp:watch cljs:watch",
|
|
|
|
|
+ "electron-watch": "run-p gulp:build gulp:watch cljs:electron-watch",
|
|
|
"release": "run-s gulp:build cljs:release",
|
|
"release": "run-s gulp:build cljs:release",
|
|
|
"watch-app": "run-p gulp:watch cljs:watch-app",
|
|
"watch-app": "run-p gulp:watch cljs:watch-app",
|
|
|
"release-app": "run-s gulp:build cljs:release-app",
|
|
"release-app": "run-s gulp:build cljs:release-app",
|
|
@@ -40,6 +41,7 @@
|
|
|
"gulp:watch": "gulp watch",
|
|
"gulp:watch": "gulp watch",
|
|
|
"gulp:build": "cross-env NODE_ENV=production gulp build",
|
|
"gulp:build": "cross-env NODE_ENV=production gulp build",
|
|
|
"cljs:watch": "clojure -M:cljs watch app publishing electron",
|
|
"cljs:watch": "clojure -M:cljs watch app publishing electron",
|
|
|
|
|
+ "cljs:electron-watch": "clojure -M:cljs watch app electron",
|
|
|
"cljs:release": "clojure -M:cljs release app publishing",
|
|
"cljs:release": "clojure -M:cljs release app publishing",
|
|
|
"cljs:test": "clojure -A:test compile test",
|
|
"cljs:test": "clojure -A:test compile test",
|
|
|
"cljs:run-test": "node static/tests.js",
|
|
"cljs:run-test": "node static/tests.js",
|
|
@@ -55,6 +57,7 @@
|
|
|
"codemirror": "^5.58.1",
|
|
"codemirror": "^5.58.1",
|
|
|
"diff": "5.0.0",
|
|
"diff": "5.0.0",
|
|
|
"diff-match-patch": "^1.0.5",
|
|
"diff-match-patch": "^1.0.5",
|
|
|
|
|
+ "electron-better-ipc": "^1.1.1",
|
|
|
"fs": "^0.0.1-security",
|
|
"fs": "^0.0.1-security",
|
|
|
"fuzzysort": "^1.1.4",
|
|
"fuzzysort": "^1.1.4",
|
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-cached": "^1.1.1",
|