mirror of
https://github.com/fiatjaf/nak.git
synced 2024-10-30 00:59:07 -04:00
16 lines
537 B
JSON
16 lines
537 B
JSON
{
|
|
"scripts": {
|
|
"start": "./build.js && sbt ~fastLinkJS",
|
|
"build": "./build.js prod && ./sbtx fullLinkJS && mkdir -p dist/target/scala-2.13/app-fastopt/ && cp index.html globals.bundle.js dist/ && cp target/scala-2.13/app-opt/main.js dist/target/scala-2.13/app-fastopt/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|