2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2021-04-10 11:29:31 +02:00
|
|
|
"version": "7.1.1",
|
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-02-26 16:46:14 +01:00
|
|
|
"lint": "npm run lint:scss && npm run lint:ts",
|
2021-02-07 17:43:13 +01:00
|
|
|
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
|
|
|
|
"lint:ts": "eslint --cache \"src/**/*.ts\"",
|
2021-02-26 16:14:18 +01:00
|
|
|
"start": "ts-node -T tools/build --verbose --dirty --watch"
|
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",
|
2019-12-25 15:09:36 +01:00
|
|
|
"lunr-languages": "^1.4.0",
|
2021-04-05 07:36:02 +02:00
|
|
|
"rxjs": "^7.0.0-beta.15"
|
2019-09-28 19:32:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-17 21:12:51 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
2021-01-18 06:55:21 +01:00
|
|
|
"@mdi/svg": "^5.9.55",
|
2021-03-01 07:22:14 +01:00
|
|
|
"@primer/octicons": "^12.1.0",
|
2020-02-02 17:18:18 +01:00
|
|
|
"@types/clipboard": "^2.0.1",
|
2020-05-18 08:42:22 +02:00
|
|
|
"@types/escape-html": "1.0.0",
|
2021-02-06 12:35:19 +01:00
|
|
|
"@types/fuzzaldrin-plus": "^0.6.1",
|
2020-06-22 08:44:46 +02:00
|
|
|
"@types/html-minifier": "^4.0.0",
|
2020-04-13 07:53:12 +02:00
|
|
|
"@types/lunr": "^2.3.3",
|
2021-03-29 07:54:19 +02:00
|
|
|
"@types/node": "^14.14.37",
|
2021-01-11 06:40:34 +01:00
|
|
|
"@types/resize-observer-browser": "^0.1.5",
|
2021-02-20 18:46:28 +01:00
|
|
|
"@types/sass": "^1.16.0",
|
2021-04-05 07:39:46 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
2021-04-05 07:35:18 +02:00
|
|
|
"@typescript-eslint/parser": "^4.20.0",
|
2021-03-08 06:38:51 +01:00
|
|
|
"autoprefixer": "^10.2.5",
|
2021-02-20 18:46:28 +01:00
|
|
|
"chokidar": "^3.5.1",
|
2021-02-20 18:03:53 +01:00
|
|
|
"cssnano": "^4.1.10",
|
2021-04-05 07:37:13 +02:00
|
|
|
"esbuild": "^0.11.5",
|
2021-03-29 07:55:55 +02:00
|
|
|
"eslint": "^7.23.0",
|
2021-02-07 17:43:13 +01:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-03-17 21:12:51 +01:00
|
|
|
"eslint-plugin-jsdoc": "^32.3.0",
|
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-04-05 07:37:56 +02:00
|
|
|
"postcss": "^8.2.9",
|
2020-10-31 15:01:19 +01:00
|
|
|
"postcss-inline-svg": "^5.0.0",
|
2021-03-15 06:44:12 +01:00
|
|
|
"preact": "^10.5.13",
|
2020-02-21 09:59:03 +01:00
|
|
|
"rimraf": "^3.0.2",
|
2021-02-21 12:39:12 +01:00
|
|
|
"sass": "^1.32.8",
|
2021-03-08 06:31:16 +01:00
|
|
|
"stylelint": "^13.12.0",
|
2020-03-06 15:21:08 +01:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2021-03-15 06:39:04 +01:00
|
|
|
"stylelint-config-recommended": "^4.0.0",
|
2021-03-15 06:47:05 +01:00
|
|
|
"stylelint-config-standard": "^21.0.0",
|
2021-02-15 06:29:53 +01:00
|
|
|
"stylelint-scss": "^3.19.0",
|
2021-03-29 07:51:22 +02:00
|
|
|
"svgo": "^2.3.0",
|
2021-02-06 12:35:19 +01:00
|
|
|
"tiny-glob": "^0.2.8",
|
2020-12-14 07:04:30 +01:00
|
|
|
"ts-node": "^9.1.1",
|
2021-03-08 06:41:53 +01:00
|
|
|
"typescript": "^4.2.3"
|
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
|
|
|
}
|