2016-01-29 01:27:15 +03:00
|
|
|
{
|
2016-02-11 14:09:58 +03:00
|
|
|
"name": "mkdocs-material",
|
2021-02-14 19:40:23 +03:00
|
|
|
"version": "7.0.0b2",
|
2017-01-12 22:15:30 +03:00
|
|
|
"description": "A Material Design theme for MkDocs",
|
2016-10-07 22:27:29 +03:00
|
|
|
"keywords": [
|
|
|
|
"mkdocs",
|
|
|
|
"documentation",
|
|
|
|
"theme"
|
2016-01-29 01:27:15 +03:00
|
|
|
],
|
2017-11-08 15:28:23 +03:00
|
|
|
"homepage": "https://squidfunk.github.io/mkdocs-material/",
|
2016-10-07 22:27:29 +03:00
|
|
|
"bugs": {
|
2016-10-10 13:35:25 +03:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
2016-01-29 01:27:15 +03:00
|
|
|
"license": "MIT",
|
2019-12-17 11:53:16 +03:00
|
|
|
"private": true,
|
2016-10-07 22:27:29 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Martin Donath",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
2016-10-07 22:27:29 +03:00
|
|
|
"contributors": [],
|
2016-01-29 01:27:15 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-09 14:58:55 +03:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
2016-10-07 22:27:29 +03:00
|
|
|
"scripts": {
|
2021-02-21 14:39:12 +03:00
|
|
|
"build": "run-s build:*",
|
|
|
|
"build:clean": "rimraf material",
|
2021-02-22 20:23:33 +03:00
|
|
|
"build:tools": "ts-node -T tools/build --optimize",
|
2021-02-07 19:43:13 +03:00
|
|
|
"clean": "rimraf material",
|
2021-02-21 14:39:12 +03:00
|
|
|
"lint": "run-p lint:*",
|
2021-02-07 19:43:13 +03:00
|
|
|
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
|
|
|
|
"lint:ts": "eslint --cache \"src/**/*.ts\"",
|
2021-02-22 20:23:33 +03:00
|
|
|
"start": "ts-node -T tools/build --watch"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
2019-09-28 20:32:02 +03:00
|
|
|
"dependencies": {
|
2020-03-11 01:36:30 +03:00
|
|
|
"clipboard": "^2.0.6",
|
2019-10-27 12:26:54 +03:00
|
|
|
"escape-html": "^1.0.3",
|
2020-10-12 11:32:25 +03:00
|
|
|
"focus-visible": "^5.2.0",
|
2021-02-12 15:25:13 +03:00
|
|
|
"fuzzaldrin-plus": "^0.6.0",
|
2020-08-24 11:17:59 +03:00
|
|
|
"lunr": "^2.3.9",
|
2019-12-25 17:09:36 +03:00
|
|
|
"lunr-languages": "^1.4.0",
|
2021-01-18 08:52:08 +03:00
|
|
|
"rxjs": "^7.0.0-beta.10"
|
2019-09-28 20:32:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-18 09:00:01 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
2021-01-18 08:55:21 +03:00
|
|
|
"@mdi/svg": "^5.9.55",
|
2021-02-08 08:42:07 +03:00
|
|
|
"@primer/octicons": "^12.0.0",
|
2020-02-02 19:18:18 +03:00
|
|
|
"@types/clipboard": "^2.0.1",
|
2020-05-18 09:42:22 +03:00
|
|
|
"@types/escape-html": "1.0.0",
|
2021-02-06 14:35:19 +03:00
|
|
|
"@types/fuzzaldrin-plus": "^0.6.1",
|
2020-06-22 09:44:46 +03:00
|
|
|
"@types/html-minifier": "^4.0.0",
|
2020-04-13 08:53:12 +03:00
|
|
|
"@types/lunr": "^2.3.3",
|
2021-02-21 14:39:12 +03:00
|
|
|
"@types/node": "^14.14.31",
|
2021-01-11 08:40:34 +03:00
|
|
|
"@types/resize-observer-browser": "^0.1.5",
|
2021-02-20 20:46:28 +03:00
|
|
|
"@types/sass": "^1.16.0",
|
2021-02-21 14:39:12 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
|
|
"@typescript-eslint/parser": "^4.15.1",
|
2021-02-20 20:46:28 +03:00
|
|
|
"autoprefixer": "^10.2.4",
|
|
|
|
"chokidar": "^3.5.1",
|
2021-02-20 20:03:53 +03:00
|
|
|
"cssnano": "^4.1.10",
|
2021-02-21 14:39:12 +03:00
|
|
|
"esbuild": "^0.8.50",
|
2021-02-15 08:27:39 +03:00
|
|
|
"eslint": "^7.20.0",
|
2021-02-07 19:43:13 +03:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-02-21 14:39:12 +03:00
|
|
|
"eslint-plugin-jsdoc": "^32.1.0",
|
2021-02-07 19:43:13 +03:00
|
|
|
"eslint-plugin-no-null": "^1.0.2",
|
2020-01-26 17:42:22 +03:00
|
|
|
"github-types": "^1.0.0",
|
2020-02-18 12:10:40 +03:00
|
|
|
"gitlab": "^14.2.2",
|
2019-09-28 20:32:02 +03:00
|
|
|
"html-minifier": "^4.0.0",
|
2017-11-21 23:32:25 +03:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2021-02-21 14:39:12 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-02-08 08:45:53 +03:00
|
|
|
"postcss": "^8.2.5",
|
2020-10-31 17:01:19 +03:00
|
|
|
"postcss-inline-svg": "^5.0.0",
|
2021-02-01 08:37:46 +03:00
|
|
|
"preact": "^10.5.12",
|
2020-02-21 11:59:03 +03:00
|
|
|
"rimraf": "^3.0.2",
|
2021-02-21 14:39:12 +03:00
|
|
|
"sass": "^1.32.8",
|
|
|
|
"stylelint": "^13.11.0",
|
2020-03-06 17:21:08 +03:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2021-02-07 19:43:13 +03:00
|
|
|
"stylelint-config-recommended": "^3.0.0",
|
2020-03-11 01:36:30 +03:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
2021-02-15 08:29:53 +03:00
|
|
|
"stylelint-scss": "^3.19.0",
|
2021-02-21 14:39:12 +03:00
|
|
|
"svgo": "^2.0.3",
|
2021-02-06 14:35:19 +03:00
|
|
|
"tiny-glob": "^0.2.8",
|
2020-12-14 09:04:30 +03:00
|
|
|
"ts-node": "^9.1.1",
|
2021-02-19 00:18:45 +03:00
|
|
|
"typescript": "^4.1.5"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-02-21 14:39:12 +03:00
|
|
|
"node": ">= 14"
|
2019-12-17 11:53:16 +03:00
|
|
|
}
|
2016-01-29 01:27:15 +03:00
|
|
|
}
|