edufeed-web/package.json
2024-11-21 16:27:08 +01:00

23 lines
667 B
JSON

{
"name": "edufeed",
"scripts": {
"ancient": "clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version \"RELEASE\"}}}' -m antq.core",
"watch": "npx shadow-cljs watch app browser-test karma-test",
"release": "npx shadow-cljs release app",
"build-report": "npx shadow-cljs run shadow.cljs.build-report app target/build-report.html"
},
"dependencies": {
"@noble/secp256k1": "^2.1.0",
"bech32": "^2.0.0",
"js-confetti": "^0.12.0",
"nostr-tools": "^2.7.2",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "17.0.2"
},
"devDependencies": {
"daisyui": "^4.12.10",
"shadow-cljs": "2.26.2",
"tailwindcss": "^3.4.9"
}
}