react, slinky, esbuild and a readme.

This commit is contained in:
fiatjaf
2022-02-22 12:21:47 -03:00
parent fecbf2d940
commit ab841df209
8 changed files with 45 additions and 3 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"scripts": {
"start": "./build.js && sbt ~fastLinkJS"
},
"dependencies": {
"esbuild": "^0.14.23",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}