You've already forked retrowin32
mirror of
https://github.com/encounter/retrowin32.git
synced 2026-03-30 11:35:51 -07:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"serve": "esbuild --bundle --format=esm --sourcemap --servedir=. --outfile=bundle.js main.ts",
|
|
"build": "esbuild --bundle --format=esm --sourcemap --outfile=../deploy/bundle.js main.ts"
|
|
},
|
|
"devDependencies": {
|
|
"dprint": "^0.32.1",
|
|
"esbuild": "^0.15.7",
|
|
"typescript": "^4.8.3"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.11.0"
|
|
}
|
|
}
|