mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
105 lines
3.2 KiB
JSON
105 lines
3.2 KiB
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "9.5.25",
|
|
"description": "Documentation that simply works",
|
|
"keywords": [
|
|
"mkdocs",
|
|
"documentation",
|
|
"theme"
|
|
],
|
|
"homepage": "https://squidfunk.github.io/mkdocs-material/",
|
|
"bugs": {
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
"email": "martin.donath@squidfunk.com"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Martin Donath",
|
|
"email": "martin.donath@squidfunk.com"
|
|
},
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf material && ts-node -T tools/build --optimize",
|
|
"build:all": "rimraf material && ts-node -T tools/build --all --optimize",
|
|
"build:dirty": "ts-node -T tools/build --dirty",
|
|
"clean": "rimraf material",
|
|
"check": "run-p check:*",
|
|
"check:build": "tsc --noEmit",
|
|
"check:style": "run-p check:style:*",
|
|
"check:style:scss": "stylelint \"src/**/*.scss\"",
|
|
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
|
|
"start": "ts-node -T tools/build --verbose --all --dirty --watch",
|
|
"upgrade": "run-s upgrade:*",
|
|
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
|
|
"upgrade:install": "npm install"
|
|
},
|
|
"dependencies": {
|
|
"clipboard": "^2.0.11",
|
|
"escape-html": "^1.0.3",
|
|
"focus-visible": "^5.2.0",
|
|
"fuzzaldrin-plus": "^0.6.0",
|
|
"lunr": "^2.3.9",
|
|
"lunr-languages": "^1.14.0",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
|
"@mdi/svg": "^7.4.47",
|
|
"@primer/octicons": "^19.9.0",
|
|
"@types/css-modules": "^1.0.5",
|
|
"@types/escape-html": "^1.0.4",
|
|
"@types/fuzzaldrin-plus": "^0.6.5",
|
|
"@types/html-minifier": "^4.0.5",
|
|
"@types/lunr": "^2.3.7",
|
|
"@types/node": "^20.14.2",
|
|
"@types/resize-observer-browser": "^0.1.11",
|
|
"@types/sass": "^1.45.0",
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
"@typescript-eslint/parser": "5.62.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"chokidar": "^3.6.0",
|
|
"cssnano": "5.1.0",
|
|
"esbuild": "^0.21.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsdoc": "^48.2.8",
|
|
"eslint-plugin-no-null": "^1.0.2",
|
|
"github-types": "^1.0.0",
|
|
"gitlab": "^14.2.2",
|
|
"google-fonts-complete": "jonathantneal/google-fonts-complete",
|
|
"html-minifier": "^4.0.0",
|
|
"material-design-color": "^2.3.2",
|
|
"material-shadows": "^3.0.1",
|
|
"npm-check-updates": "^16.14.20",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.38",
|
|
"postcss-dir-pseudo-class": "^8.0.1",
|
|
"postcss-inline-svg": "^6.0.0",
|
|
"postcss-logical": "5.0.4",
|
|
"postcss-pseudo-is": "^0.3.0",
|
|
"preact": "^10.22.0",
|
|
"rimraf": "^5.0.7",
|
|
"sass": "^1.77.4",
|
|
"simple-icons": "^12.1.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-recess-order": "4.2.0",
|
|
"stylelint-config-recommended": "^13.0.0",
|
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
"stylelint-scss": "^5.3.2",
|
|
"stylelint-stylistic": "^0.4.3",
|
|
"svgo": "3.0.0",
|
|
"tiny-glob": "^0.2.9",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|