2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2021-12-02 15:22:23 +01:00
|
|
|
"version": "8.0.3",
|
2017-01-12 20:15:30 +01:00
|
|
|
"description": "A Material Design theme for MkDocs",
|
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",
|
|
|
|
"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\"",
|
2021-08-02 09:17:02 +02:00
|
|
|
"start": "ts-node -T tools/build --verbose --dirty --watch",
|
|
|
|
"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": {
|
2021-03-15 06:40:13 +01:00
|
|
|
"clipboard": "^2.0.8",
|
2019-10-27 10:26:54 +01:00
|
|
|
"escape-html": "^1.0.3",
|
2020-10-12 10:32:25 +02:00
|
|
|
"focus-visible": "^5.2.0",
|
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",
|
2021-08-23 14:45:31 +02:00
|
|
|
"lunr-languages": "^1.9.0",
|
2021-10-11 10:57:11 +02:00
|
|
|
"rxjs": "^7.4.0"
|
2019-09-28 19:32:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-09 20:52:28 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
2021-11-21 20:03:26 +01:00
|
|
|
"@mdi/svg": "^6.5.95",
|
2021-10-30 09:51:56 +02:00
|
|
|
"@primer/octicons": "^16.1.1",
|
2021-05-24 15:36:12 +02:00
|
|
|
"@types/clipboard": "^2.0.7",
|
2021-04-26 07:36:17 +02:00
|
|
|
"@types/escape-html": "1.0.1",
|
2021-07-12 11:49:45 +02:00
|
|
|
"@types/fuzzaldrin-plus": "^0.6.2",
|
|
|
|
"@types/html-minifier": "^4.0.1",
|
|
|
|
"@types/lunr": "^2.3.4",
|
2021-11-28 14:58:25 +01:00
|
|
|
"@types/node": "^16.11.10",
|
2021-07-12 11:49:45 +02:00
|
|
|
"@types/resize-observer-browser": "^0.1.6",
|
2021-11-28 14:58:25 +01:00
|
|
|
"@types/sass": "^1.43.1",
|
2021-11-21 20:03:26 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
|
"@typescript-eslint/parser": "^5.4.0",
|
2021-10-30 09:51:56 +02:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-06-15 18:48:59 +02:00
|
|
|
"chokidar": "^3.5.2",
|
2021-11-28 14:58:25 +01:00
|
|
|
"cssnano": "^5.0.12",
|
|
|
|
"esbuild": "^0.14.0",
|
2021-11-21 20:03:26 +01:00
|
|
|
"eslint": "^8.3.0",
|
2021-02-07 17:43:13 +01:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2021-11-13 08:53:27 +01:00
|
|
|
"eslint-plugin-import": "^2.25.3",
|
2021-10-30 09:51:56 +02:00
|
|
|
"eslint-plugin-jsdoc": "^37.0.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",
|
2019-09-28 19:32:02 +02:00
|
|
|
"html-minifier": "^4.0.0",
|
2017-11-21 21:32:25 +01:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2021-11-13 08:53:27 +01:00
|
|
|
"npm-check-updates": "^12.0.2",
|
2021-08-02 09:17:02 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-11-28 14:58:25 +01:00
|
|
|
"postcss": "^8.4.4",
|
2020-10-31 15:01:19 +01:00
|
|
|
"postcss-inline-svg": "^5.0.0",
|
2021-11-28 14:58:25 +01:00
|
|
|
"preact": "^10.6.1",
|
2020-02-21 09:59:03 +01:00
|
|
|
"rimraf": "^3.0.2",
|
2021-11-28 14:58:25 +01:00
|
|
|
"sass": "^1.43.5",
|
2021-11-21 20:03:26 +01:00
|
|
|
"stylelint": "^14.1.0",
|
2020-03-06 15:21:08 +01:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2021-10-22 21:51:07 +02:00
|
|
|
"stylelint-config-recommended": "^6.0.0",
|
2021-11-21 20:03:26 +01:00
|
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
2021-10-22 21:51:07 +02:00
|
|
|
"stylelint-scss": "^4.0.0",
|
2021-08-16 10:42:12 +02:00
|
|
|
"svgo": "2.3.1",
|
2021-05-17 16:14:39 +02:00
|
|
|
"tiny-glob": "^0.2.9",
|
2021-10-22 21:39:18 +02:00
|
|
|
"ts-node": "^10.4.0",
|
2021-11-21 20:03:26 +01:00
|
|
|
"typescript": "^4.5.2"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-02-21 12:39:12 +01:00
|
|
|
"node": ">= 14"
|
2019-12-17 09:53:16 +01:00
|
|
|
}
|
2016-01-28 23:27:15 +01:00
|
|
|
}
|