mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-08 16:48:51 +00:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"scripts": {
|
|
"start": "./build.js && sbt ~fastLinkJS"
|
|
},
|
|
"dependencies": {
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
"esbuild": "^0.14.23",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"events": "^3.3.0",
|
|
"nostr-tools": "^0.22.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|