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.
30 lines
775 B
JSON
30 lines
775 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": "cp src/index.html dist/ && node build.mjs serve"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.12",
|
|
"@types/react-dom": "^18.2.5",
|
|
"autoprefixer": "^10.4.14",
|
|
"esbuild": "^0.17.18",
|
|
"esbuild-css-modules-plugin": "^3.0.0-dev.16",
|
|
"esbuild-plugin-class-modules": "^2.1.9",
|
|
"postcss": "^8.4.24",
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.3.0",
|
|
"jotai": "^2.2.0",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|