{
  "name": "SPHPlayground",
  "description": "A manual for SPHPlayground framework",
  "author": "Sami Holck <sami.holck@gmail.com>",
  "version": "2.1.0",
  "main": "index.php",
  "license": "MIT",
  "homepage": "https://playground.samiholck.fi/",
  "dependencies": {
    "anchor-js": "^5",
    "bootstrap": "^5",
    "chart.js": "^4.4.5",
    "flatpickr": "^4.6.9",
    "ion-rangeslider": "^2.3.1",
    "jquery": "^3.7.1",
    "lozad": "^1.16.0",
    "slick-carousel": "^1.8.1"
  },
  "devDependencies": {
    "npm": "^11",
    "gulp": "^4.*",
    "gulp-concat": ">=2.6.1",
    "gulp-dart-sass": "^1.1.0",
    "gulp-jsdoc3": "^3.0.0",
    "gulp-rev": ">=9.0.0",
    "gulp-rev-replace": ">=0.4.4",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-svgmin": "^4.1.0",
    "gulp-terser": "^2.1.0",
    "gulp-watch": "^5.0.1"
  },
  "scripts": {
    "preinstall": "npx npm-force-resolutions",
    "postinstall": "gulp buildAll",
    "do": "gulp buildAll",
    "test": "gulp test"
  },
  "resolutions": {
    "glob-parent": "^6.0.1"
  }
}
