You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calendar-optimizer-inferno/package.json

20 lines
599 B
JSON

{
"name": "calendar-optimizer-inferno",
"version": "0.0.1",
"main": "index.js",
"type": "module",
"author": "Brian Sakal <brian@sakal.us>",
"license": "MIT",
"scripts": {
"build": "cp src/index.html dist/ && yarn esbuild src/index.tsx --outdir=dist --platform=browser --bundle --format=esm",
"serve": "cp src/index.html dist/ && yarn esbuild src/index.tsx --outdir=dist --platform=browser --bundle --format=esm --servedir=dist"
},
"devDependencies": {
"esbuild": "^0.17.18"
},
"dependencies": {
"inferno": "^8.1.1",
"inferno-create-element": "^8.1.1"
}
}