nak/package.json

16 lines
537 B
JSON
Raw Normal View History

2022-02-22 10:21:47 -05:00
{
"scripts": {
2022-03-09 13:14:35 -05:00
"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/"
2022-02-22 10:21:47 -05:00
},
"dependencies": {
2022-03-05 11:21:21 -05:00
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
2022-02-22 10:21:47 -05:00
"esbuild": "^0.14.23",
2022-03-05 11:21:21 -05:00
"esbuild-plugin-alias": "^0.2.1",
"events": "^3.3.0",
"nostr-tools": "^0.22.2",
2022-02-22 10:21:47 -05:00
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}