{
  "author": "@JV-conseil",
  "bugs": {
    "url": "https://github.com/JV-conseil/jekyll-theme-read-the-docs/issues"
  },
  "dependencies": {
    "@primer/css": "15.2.0",
    "dompurify": "^3.2.5",
    "font-awesome": "^4.7.0",
    "jquery": "^3.7.1",
    "jquery.toc": "^0.4.0",
    "lato-font": "^3.0.0",
    "material-design-icons": "^3.0.1",
    "material-design-lite": "^1.3.0",
    "mermaid": "^11.6.0",
    "roboto-fontface": "^0.10.0",
    "scss": "^0.2.4"
  },
  "description": "Read the Docs like Jekyll Theme for GitHub Pages",
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^10.0.0",
    "css-loader": "^7.1.2",
    "depcheck": "^1.4.7",
    "eslint": "^9.25.0",
    "eslint-config-prettier": "^10.1.2",
    "lighthouse": "^12.5.1",
    "mini-css-extract-plugin": "^2.9.2",
    "prettier": "^3.5.3",
    "sass": "^1.86.3",
    "sass-loader": "^16.0.5",
    "webpack": "^5.99.6",
    "webpack-cli": "^6.0.1",
    "ws": "^8.18.1"
  },
  "homepage": "https://github.com/JV-conseil/jekyll-theme-read-the-docs#readme",
  "keywords": [
    "docs",
    "documentation",
    "github-pages",
    "jekyll-template",
    "jekyll-theme",
    "read-the-docs",
    "rtd"
  ],
  "license": "EUPL-1.2",
  "name": "jekyll-theme-read-the-docs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JV-conseil/jekyll-theme-read-the-docs.git"
  },
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --watch --mode development --progress --color",
    "format": "prettier . --check --write",
    "report": "lighthouse http://127.0.0.1:4000",
    "yarn-update": "yarn set version stable && yarn install && yarn up && yarn npm audit && ( npx depcheck --detailed ) || : && yarn upgrade-interactive"
  },
  "version": "2.3",
  "packageManager": "yarn@4.9.1"
}
