mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-25 00:59:08 -05:00
16 lines
350 B
JSON
16 lines
350 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
||
|
"esbuild": "^0.14.21",
|
||
|
"esbuild-plugin-alias": "^0.2.1",
|
||
|
"events": "^3.3.0",
|
||
|
"nostr-tools": "^0.21.4",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "./build.js prod",
|
||
|
"watch": "ag -l --js | entr ./build.js"
|
||
|
}
|
||
|
}
|