-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "nostr",
"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",
"css-build": "node-sass --omit-source-map-url sass/mystyles.scss css/mystyles.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@scure/base": "^1.1.1",
"bolt11": "^1.4.0",
"bulma": "^0.9.4",
"emoji-picker-element": "^1.15.0",
"highlight.js": "11.5.1",
"linkifyjs": "^4.1.0",
"minidenticons": "^2.0.0",
"nanoid": "^2.1.9",
"node-sass": "^8.0.0",
"nostr-tools": "^1.2.0",
"qrcode.react": "^3.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-qr-code": "^2.0.11",
"react-transition-group": "^4.4.5",
"webln": "^0.3.2"
},
"devDependencies": {
"shadow-cljs": "^2.20.0"
}
}