package.json

{
  "name": "mrm-solution-tree---ep",
  "description": "Article Example Project that renders the tree in HTML5 Canvas with TypeScript",
  "version": "1.0.0",
  "license": "BSD-3-Clause",
  "author": "Tobias Briones",
  "main": "main.ts",
  "private": true,
  "keywords": [
    "tree",
    "model-visualization",
    "or",
    "recursion",
    "math",
    "canvas",
    "html"
  ],
  "scripts": {
    "build:prod": "webpack --env=prod --config webpack.config.js",
    "build:dev": "webpack --env=dev --config webpack.config.js",
    "start": "webpack-dev-server --env=dev --open --config webpack.config.js"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.0",
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.22.20",
    "babel-loader": "^9.1.3",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^11.0.0",
    "core-js": "^3.33.0",
    "css-loader": "^6.8.1",
    "file-loader": "^6.2.0",
    "html-loader": "^4.2.0",
    "html-webpack-multi-build-plugin": "^1.1.0",
    "html-webpack-plugin": "^5.5.3",
    "mini-css-extract-plugin": "^2.7.6",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.4.4",
    "typescript": "^5.2.2",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1",
    "webpack-fix-style-only-entries": "^0.6.1",
    "webpack-merge": "^5.9.0"
  }
}