Most of macro implementation

This commit is contained in:
Jarred Sumner
2021-09-26 20:03:49 -07:00
parent 66ed7c1f30
commit 018ba2c83b
7 changed files with 616 additions and 97 deletions

View File

@@ -1,7 +1,10 @@
{
"dependencies": {
"moment": "^2.29.1",
"peechy": "^0.4.18",
"puppeteer": "^10.2.0"
"puppeteer": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",