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.
20 lines
591 B
JSON
20 lines
591 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.ts --outdir=dist --platform=browser --bundle --format=esm",
|
|
"serve": "cp src/index.html dist/ && yarn esbuild src/index.ts --outdir=dist --platform=browser --bundle --format=esm --servedir=dist"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.17.18"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.3.0",
|
|
"incremental-dom": "^0.7.0"
|
|
}
|
|
}
|