{ "author": "@JV-conseil", "bugs": { "url": "https://github.com/JV-conseil/jekyll-theme-read-the-docs/issues" }, "dependencies": { "@primer/css": "15.2.0", "dompurify": "^3.1.6", "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.1.1", "roboto-fontface": "^0.10.0", "scss": "^0.2.4" }, "description": "Read the Docs like Jekyll Theme for GitHub Pages", "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", "depcheck": "^1.4.7", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "lighthouse": "^12.2.1", "mini-css-extract-plugin": "^2.9.1", "prettier": "^3.3.3", "sass": "^1.78.0", "sass-loader": "^16.0.1", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" }, "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": "[email protected]" }