|
|
@@ -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",
|