{
  "dependencies": {
    "chroma-js": "^2.4.2",
    "heatmap.js": "^2.0.5",
    "mobile-detect": "^1.4.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.5",
    "@babel/core": "^7.22.1",
    "@babel/preset-env": "^7.22.4",
    "@babel/register": "^7.21.0",
    "babel-loader": "^9.1.2",
    "babel-plugin-polyfill-corejs3": "^0.8.1",
    "core-js": "^3.31.0",
    "regenerator-runtime": "^0.13.11",
    "webpack": "^5.85.0",
    "webpack-cli": "^5.1.3"
  },
  "scripts": {
    "build": "webpack",
    "build:production": "webpack --mode=production",
    "watch": "webpack --watch"
  }
}
