2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2024-11-05 19:22:39 +01:00
|
|
|
"version": "9.5.44",
|
2022-04-18 22:16:15 +02:00
|
|
|
"description": "Documentation that simply works",
|
2016-10-07 21:27:29 +02:00
|
|
|
"keywords": [
|
|
|
|
"mkdocs",
|
|
|
|
"documentation",
|
|
|
|
"theme"
|
2016-01-28 23:27:15 +01:00
|
|
|
],
|
2017-11-08 13:28:23 +01:00
|
|
|
"homepage": "https://squidfunk.github.io/mkdocs-material/",
|
2016-10-07 21:27:29 +02:00
|
|
|
"bugs": {
|
2016-10-10 12:35:25 +02:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2016-01-28 23:27:15 +01:00
|
|
|
"license": "MIT",
|
2019-12-17 09:53:16 +01:00
|
|
|
"private": true,
|
2016-10-07 21:27:29 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Martin Donath",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-01-28 23:27:15 +01:00
|
|
|
},
|
2016-10-07 21:27:29 +02:00
|
|
|
"contributors": [],
|
2016-01-28 23:27:15 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-09 12:58:55 +01:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
2016-01-28 23:27:15 +01:00
|
|
|
},
|
2016-10-07 21:27:29 +02:00
|
|
|
"scripts": {
|
2021-02-26 16:14:18 +01:00
|
|
|
"build": "rimraf material && ts-node -T tools/build --optimize",
|
2022-04-09 23:23:13 +02:00
|
|
|
"build:all": "rimraf material && ts-node -T tools/build --all --optimize",
|
2021-02-26 16:14:18 +01:00
|
|
|
"build:dirty": "ts-node -T tools/build --dirty",
|
2021-02-07 17:43:13 +01:00
|
|
|
"clean": "rimraf material",
|
2021-08-30 09:11:43 +02:00
|
|
|
"check": "run-p check:*",
|
|
|
|
"check:build": "tsc --noEmit",
|
|
|
|
"check:style": "run-p check:style:*",
|
2021-08-30 09:15:05 +02:00
|
|
|
"check:style:scss": "stylelint \"src/**/*.scss\"",
|
2021-08-30 09:11:43 +02:00
|
|
|
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
|
2024-07-08 17:26:57 +02:00
|
|
|
"fix": "run-p fix:*",
|
|
|
|
"fix:style": "run-p fix:style:*",
|
|
|
|
"fix:style:ts": "eslint --cache \"src/**/*.ts\" --fix",
|
2022-04-10 10:13:09 +02:00
|
|
|
"start": "ts-node -T tools/build --verbose --all --dirty --watch",
|
2021-08-02 09:17:02 +02:00
|
|
|
"upgrade": "run-s upgrade:*",
|
|
|
|
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
|
|
|
|
"upgrade:install": "npm install"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2019-09-28 19:32:02 +02:00
|
|
|
"dependencies": {
|
2022-05-09 07:50:54 +02:00
|
|
|
"clipboard": "^2.0.11",
|
2019-10-27 10:26:54 +01:00
|
|
|
"escape-html": "^1.0.3",
|
2024-08-19 10:30:14 +02:00
|
|
|
"focus-visible": "^5.2.1",
|
2021-02-12 13:25:13 +01:00
|
|
|
"fuzzaldrin-plus": "^0.6.0",
|
2020-08-24 10:17:59 +02:00
|
|
|
"lunr": "^2.3.9",
|
2023-10-14 10:00:27 +02:00
|
|
|
"lunr-languages": "^1.14.0",
|
2023-07-06 13:28:16 +02:00
|
|
|
"rxjs": "^7.8.1"
|
2019-09-28 19:32:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-22 10:17:10 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
2023-12-27 12:17:54 +01:00
|
|
|
"@mdi/svg": "^7.4.47",
|
2024-10-15 17:02:30 +02:00
|
|
|
"@primer/octicons": "^19.12.0",
|
2024-11-04 12:57:37 +01:00
|
|
|
"@stylistic/eslint-plugin-ts": "^2.10.1",
|
2024-08-23 13:02:20 +02:00
|
|
|
"@stylistic/stylelint-config": "^2.0.0",
|
2024-10-07 12:55:08 +02:00
|
|
|
"@stylistic/stylelint-plugin": "^3.1.1",
|
2023-11-12 16:18:13 +01:00
|
|
|
"@types/css-modules": "^1.0.5",
|
|
|
|
"@types/escape-html": "^1.0.4",
|
|
|
|
"@types/fuzzaldrin-plus": "^0.6.5",
|
2024-08-26 10:57:35 +02:00
|
|
|
"@types/html-minifier-terser": "^7.0.2",
|
2023-11-12 16:18:13 +01:00
|
|
|
"@types/lunr": "^2.3.7",
|
2024-11-11 09:52:05 +01:00
|
|
|
"@types/node": "^22.9.0",
|
2023-11-26 13:09:17 +01:00
|
|
|
"@types/resize-observer-browser": "^0.1.11",
|
2023-03-06 07:43:15 +01:00
|
|
|
"@types/sass": "^1.45.0",
|
2024-11-11 09:52:05 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
|
|
|
"@typescript-eslint/parser": "^8.13.0",
|
2024-08-05 09:22:15 +02:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-09-23 14:00:33 +02:00
|
|
|
"chokidar": "^4.0.1",
|
2022-04-04 09:53:56 +02:00
|
|
|
"cssnano": "5.1.0",
|
2024-09-23 14:00:33 +02:00
|
|
|
"esbuild": "^0.24.0",
|
2024-06-10 12:51:23 +02:00
|
|
|
"eslint": "8.57.0",
|
2021-02-07 17:43:13 +01:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2024-10-07 12:55:08 +02:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
2024-10-20 10:42:30 +02:00
|
|
|
"eslint-plugin-jsdoc": "^50.4.3",
|
2021-02-07 17:43:13 +01:00
|
|
|
"eslint-plugin-no-null": "^1.0.2",
|
2020-01-26 15:42:22 +01:00
|
|
|
"github-types": "^1.0.0",
|
2020-02-18 10:10:40 +01:00
|
|
|
"gitlab": "^14.2.2",
|
2023-10-25 17:54:59 +02:00
|
|
|
"google-fonts-complete": "jonathantneal/google-fonts-complete",
|
2024-08-26 10:57:35 +02:00
|
|
|
"html-minifier-terser": "^7.2.0",
|
2017-11-21 21:32:25 +01:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2024-11-04 12:57:37 +01:00
|
|
|
"npm-check-updates": "^17.1.10",
|
2021-08-02 09:17:02 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2024-11-11 09:52:05 +01:00
|
|
|
"postcss": "^8.4.48",
|
2024-10-28 10:46:34 +01:00
|
|
|
"postcss-dir-pseudo-class": "^9.0.1",
|
2023-02-13 09:42:41 +01:00
|
|
|
"postcss-inline-svg": "^6.0.0",
|
2023-01-25 09:43:32 +01:00
|
|
|
"postcss-logical": "5.0.4",
|
2022-11-01 06:08:20 +01:00
|
|
|
"postcss-pseudo-is": "^0.3.0",
|
2024-10-15 17:02:30 +02:00
|
|
|
"preact": "^10.24.3",
|
2024-07-14 13:51:05 +02:00
|
|
|
"rimraf": "^6.0.1",
|
2024-11-04 12:57:37 +01:00
|
|
|
"sass": "^1.80.6",
|
|
|
|
"simple-icons": "^13.16.0",
|
2024-10-13 10:18:47 +02:00
|
|
|
"stylelint": "^16.10.0",
|
2024-09-23 14:00:33 +02:00
|
|
|
"stylelint-config-recess-order": "^5.1.1",
|
2024-08-23 13:02:20 +02:00
|
|
|
"stylelint-config-recommended": "^14.0.1",
|
|
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
2024-10-20 10:42:30 +02:00
|
|
|
"stylelint-scss": "^6.8.1",
|
2024-08-23 12:17:37 +02:00
|
|
|
"svgo": "^3.3.2",
|
2021-05-17 16:14:39 +02:00
|
|
|
"tiny-glob": "^0.2.9",
|
2023-12-11 10:14:32 +01:00
|
|
|
"ts-node": "^10.9.2",
|
2024-10-10 10:11:07 +02:00
|
|
|
"typescript": "^5.6.3"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-28 09:18:04 +02:00
|
|
|
"node": ">= 18"
|
2019-12-17 09:53:16 +01:00
|
|
|
}
|
2016-01-28 23:27:15 +01:00
|
|
|
}
|