forked from oven-sh/bun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 716 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dependencies": {
"bun-types": "^0.1.5",
"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",
"svelte": "^3.50.0",
"typescript": "4.6.3"
},
"version": "0.0.0"
}