mirror of
https://github.com/fiatjaf/nak.git
synced 2024-10-30 09:09:08 -04:00
11 lines
171 B
JSON
11 lines
171 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"start": "./build.js && sbt ~fastLinkJS"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"esbuild": "^0.14.23",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2"
|
||
|
}
|
||
|
}
|