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
444 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/ && node build.mjs",
"serve": "yarn build && yarn esbuild --servedir=dist"
},
"devDependencies": {
"esbuild": "^0.17.18"
},
"dependencies": {
"chart.js": "^4.3.0",
"incremental-dom": "^0.7.0"
}
}