2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2020-11-05 21:17:16 +01:00
|
|
|
"version": "6.1.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": {
|
2020-03-03 18:19:33 +01:00
|
|
|
"build": "npm run clean && npx webpack --mode production",
|
|
|
|
"clean": "npx rimraf material",
|
2020-02-10 18:32:28 +01:00
|
|
|
"lint": "npm run lint:ts && npm run lint:scss",
|
2020-04-17 10:00:23 +02:00
|
|
|
"lint:scss": "npx stylelint \"src/assets/**/*.scss\"",
|
|
|
|
"lint:ts": "npx tslint -p tsconfig.json \"src/**/*.ts\"",
|
2020-03-03 18:19:33 +01:00
|
|
|
"start": "npx webpack --mode development --watch"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2019-09-28 19:32:02 +02:00
|
|
|
"dependencies": {
|
2020-03-10 23:36:30 +01:00
|
|
|
"clipboard": "^2.0.6",
|
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",
|
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",
|
2020-09-27 19:09:09 +02:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-10-19 10:32:13 +02:00
|
|
|
"rxjs": "^7.0.0-beta.8"
|
2019-09-28 19:32:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-12 10:30:15 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
2020-10-26 14:43:31 +01:00
|
|
|
"@mdi/svg": "^5.8.55",
|
2020-09-14 10:14:03 +02:00
|
|
|
"@primer/octicons": "^11.0.0",
|
2020-02-02 17:18:18 +01:00
|
|
|
"@types/clipboard": "^2.0.1",
|
2020-05-29 13:51:25 +02:00
|
|
|
"@types/copy-webpack-plugin": "^6.0.0",
|
2020-05-18 08:42:22 +02:00
|
|
|
"@types/escape-html": "1.0.0",
|
2020-02-10 18:32:28 +01:00
|
|
|
"@types/event-hooks-webpack-plugin": "^2.0.0",
|
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",
|
2020-10-26 14:45:00 +01:00
|
|
|
"@types/mini-css-extract-plugin": "^1.2.0",
|
2020-10-31 15:01:19 +01:00
|
|
|
"@types/node": "^14.14.6",
|
|
|
|
"@types/ramda": "^0.27.32",
|
2020-10-19 10:44:09 +02:00
|
|
|
"@types/resize-observer-browser": "^0.1.4",
|
2020-10-31 15:01:19 +01:00
|
|
|
"@types/webpack": "^4.41.24",
|
2020-05-18 08:42:22 +02:00
|
|
|
"@types/webpack-assets-manifest": "^3.0.1",
|
2020-10-31 15:01:19 +01:00
|
|
|
"autoprefixer": "10.0.1",
|
2020-10-12 10:31:31 +02:00
|
|
|
"copy-webpack-plugin": "^6.2.1",
|
2020-10-19 10:31:24 +02:00
|
|
|
"css-loader": "^5.0.0",
|
2020-07-20 08:49:39 +02:00
|
|
|
"event-hooks-webpack-plugin": "^2.1.7",
|
2020-10-12 10:26:04 +02:00
|
|
|
"expose-loader": "^1.0.1",
|
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",
|
2020-11-02 06:27:29 +01:00
|
|
|
"ignore-emit-webpack-plugin": "2.0.4",
|
2020-04-27 14:04:56 +02:00
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
2017-11-21 21:32:25 +01:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2020-10-31 15:01:19 +01:00
|
|
|
"mini-css-extract-plugin": "^1.2.1",
|
|
|
|
"postcss": "^8.1.4",
|
|
|
|
"postcss-inline-svg": "^5.0.0",
|
2020-10-12 10:25:32 +02:00
|
|
|
"postcss-loader": "^4.0.4",
|
2020-04-27 10:27:59 +02:00
|
|
|
"postcss-svgo": "^4.0.2",
|
2020-10-19 10:38:04 +02:00
|
|
|
"preact": "^10.5.5",
|
2020-09-27 20:42:07 +02:00
|
|
|
"ramda": "^0.27.1",
|
2020-02-21 09:59:03 +01:00
|
|
|
"rimraf": "^3.0.2",
|
2020-10-31 15:01:19 +01:00
|
|
|
"sass": "^1.28.0",
|
2020-10-26 14:45:15 +01:00
|
|
|
"sass-loader": "^10.0.4",
|
2020-09-28 10:39:30 +02:00
|
|
|
"stylelint": "^13.7.2",
|
2020-03-06 15:21:08 +01:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2020-03-10 23:36:30 +01:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
2020-06-08 08:54:27 +02:00
|
|
|
"stylelint-order": "^4.1.0",
|
2020-06-22 08:47:48 +02:00
|
|
|
"stylelint-scss": "^3.18.0",
|
2020-10-26 14:44:22 +01:00
|
|
|
"ts-loader": "^8.0.7",
|
2020-08-24 10:18:40 +02:00
|
|
|
"ts-node": "^9.0.0",
|
2020-08-03 09:45:58 +02:00
|
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
2020-10-12 10:30:53 +02:00
|
|
|
"tslib": "^2.0.3",
|
2020-08-03 09:39:38 +02:00
|
|
|
"tslint": "^6.1.3",
|
2019-09-28 19:32:02 +02:00
|
|
|
"tslint-sonarts": "^1.9.0",
|
2020-10-31 15:01:19 +01:00
|
|
|
"typescript": "^4.0.5",
|
2020-09-21 10:23:52 +02:00
|
|
|
"webpack": "^4.44.2",
|
2020-02-10 18:32:28 +01:00
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
2020-10-31 14:31:46 +01:00
|
|
|
"webpack-cli": "^4.1.0"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-27 10:26:54 +01:00
|
|
|
"node": ">= 10"
|
2019-12-17 09:53:16 +01:00
|
|
|
}
|
2016-01-28 23:27:15 +01:00
|
|
|
}
|