mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
ec06a022e7
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "7.0.7",
|
|
"description": "A Material Design theme for MkDocs",
|
|
"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:dirty": "ts-node -T tools/build --dirty",
|
|
"clean": "rimraf material",
|
|
"lint": "npm run lint:scss && npm run lint:ts",
|
|
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
|
|
"lint:ts": "eslint --cache \"src/**/*.ts\"",
|
|
"start": "ts-node -T tools/build --verbose --dirty --watch"
|
|
},
|
|
"dependencies": {
|
|
"clipboard": "^2.0.8",
|
|
"escape-html": "^1.0.3",
|
|
"focus-visible": "^5.2.0",
|
|
"fuzzaldrin-plus": "^0.6.0",
|
|
"lunr": "^2.3.9",
|
|
"lunr-languages": "^1.4.0",
|
|
"rxjs": "^7.0.0-beta.13"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
"@mdi/svg": "^5.9.55",
|
|
"@primer/octicons": "^12.1.0",
|
|
"@types/clipboard": "^2.0.1",
|
|
"@types/escape-html": "1.0.0",
|
|
"@types/fuzzaldrin-plus": "^0.6.1",
|
|
"@types/html-minifier": "^4.0.0",
|
|
"@types/lunr": "^2.3.3",
|
|
"@types/node": "^14.14.37",
|
|
"@types/resize-observer-browser": "^0.1.5",
|
|
"@types/sass": "^1.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"autoprefixer": "^10.2.5",
|
|
"chokidar": "^3.5.1",
|
|
"cssnano": "^4.1.10",
|
|
"esbuild": "^0.11.0",
|
|
"eslint": "^7.23.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^32.3.0",
|
|
"eslint-plugin-no-null": "^1.0.2",
|
|
"github-types": "^1.0.0",
|
|
"gitlab": "^14.2.2",
|
|
"html-minifier": "^4.0.0",
|
|
"material-design-color": "^2.3.2",
|
|
"material-shadows": "^3.0.1",
|
|
"postcss": "^8.2.8",
|
|
"postcss-inline-svg": "^5.0.0",
|
|
"preact": "^10.5.13",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.32.8",
|
|
"stylelint": "^13.12.0",
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-recommended": "^4.0.0",
|
|
"stylelint-config-standard": "^21.0.0",
|
|
"stylelint-scss": "^3.19.0",
|
|
"svgo": "^2.3.0",
|
|
"tiny-glob": "^0.2.8",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
}
|