mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
20 lines
664 B
JSON
20 lines
664 B
JSON
{
|
|
"dependencies": {
|
|
"mitata": "^0.1.3",
|
|
"peechy": "0.4.32",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"private": true,
|
|
"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",
|
|
"build-fallback": "esbuild --target=esnext --bundle src/fallback.ts --format=iife --platform=browser --minify > src/fallback.out.js"
|
|
},
|
|
"devDependencies": {
|
|
"he": "^1.2.0",
|
|
"html-entities": "^2.3.3",
|
|
"prettier": "^2.4.1",
|
|
"typescript": "4.6.3"
|
|
},
|
|
"version": "0.0.0"
|
|
} |