2016-01-29 01:27:15 +03:00
|
|
|
{
|
2016-02-11 14:09:58 +03:00
|
|
|
"name": "mkdocs-material",
|
2020-09-23 15:52:53 +03:00
|
|
|
"version": "5.5.14",
|
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": {
|
2020-03-03 20:19:33 +03:00
|
|
|
"build": "npm run clean && npx webpack --mode production",
|
|
|
|
"clean": "npx rimraf material",
|
2020-02-10 20:32:28 +03:00
|
|
|
"lint": "npm run lint:ts && npm run lint:scss",
|
2020-04-17 11:00:23 +03:00
|
|
|
"lint:scss": "npx stylelint \"src/assets/**/*.scss\"",
|
|
|
|
"lint:ts": "npx tslint -p tsconfig.json \"src/**/*.ts\"",
|
2020-03-03 20:19:33 +03:00
|
|
|
"start": "npx webpack --mode development --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-08-23 12:31:56 +03:00
|
|
|
"focus-visible": "^5.1.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",
|
2020-08-23 12:31:56 +03:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-08-03 10:51:09 +03:00
|
|
|
"ramda": "^0.27.1",
|
2020-09-07 11:18:52 +03:00
|
|
|
"rxjs": "^7.0.0-beta.5"
|
2019-09-28 20:32:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-20 09:47:01 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
2020-09-21 11:17:26 +03:00
|
|
|
"@mdi/svg": "^5.6.55",
|
2020-09-14 11:14:03 +03:00
|
|
|
"@primer/octicons": "^11.0.0",
|
2020-02-02 19:18:18 +03:00
|
|
|
"@types/clipboard": "^2.0.1",
|
2020-05-29 14:51:25 +03:00
|
|
|
"@types/copy-webpack-plugin": "^6.0.0",
|
2020-05-18 09:42:22 +03:00
|
|
|
"@types/escape-html": "1.0.0",
|
2020-02-10 20:32:28 +03:00
|
|
|
"@types/event-hooks-webpack-plugin": "^2.0.0",
|
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",
|
2020-04-10 13:26:44 +03:00
|
|
|
"@types/mini-css-extract-plugin": "^0.9.1",
|
2020-09-21 11:18:07 +03:00
|
|
|
"@types/node": "^14.11.1",
|
2020-09-14 11:19:53 +03:00
|
|
|
"@types/ramda": "^0.27.17",
|
2020-03-06 20:59:13 +03:00
|
|
|
"@types/resize-observer-browser": "^0.1.3",
|
2020-09-07 11:26:50 +03:00
|
|
|
"@types/webpack": "^4.41.22",
|
2020-05-18 09:42:22 +03:00
|
|
|
"@types/webpack-assets-manifest": "^3.0.1",
|
2020-08-03 10:44:40 +03:00
|
|
|
"autoprefixer": "9.8.6",
|
2020-09-21 11:23:43 +03:00
|
|
|
"copy-webpack-plugin": "^6.1.1",
|
2020-09-14 11:13:26 +03:00
|
|
|
"css-loader": "^4.3.0",
|
2020-07-20 09:49:39 +03:00
|
|
|
"event-hooks-webpack-plugin": "^2.1.7",
|
2020-08-04 13:47:07 +03:00
|
|
|
"expose-loader": "^1.0.0",
|
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",
|
2020-08-31 11:14:56 +03:00
|
|
|
"ignore-emit-webpack-plugin": "^2.0.3",
|
2020-04-27 15:04:56 +03:00
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
2017-11-21 23:32:25 +03:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2020-09-14 11:24:55 +03:00
|
|
|
"mini-css-extract-plugin": "^0.11.2",
|
2020-04-27 10:56:14 +03:00
|
|
|
"postcss-inline-svg": "^4.1.0",
|
2020-09-19 16:31:55 +03:00
|
|
|
"postcss-loader": "^4.0.2",
|
2020-04-27 11:27:59 +03:00
|
|
|
"postcss-svgo": "^4.0.2",
|
2020-08-31 11:11:40 +03:00
|
|
|
"preact": "^10.4.8",
|
2020-02-21 11:59:03 +03:00
|
|
|
"rimraf": "^3.0.2",
|
2020-09-21 11:20:38 +03:00
|
|
|
"sass": "^1.26.11",
|
2020-09-07 11:19:32 +03:00
|
|
|
"sass-loader": "^10.0.2",
|
2020-09-14 11:14:39 +03:00
|
|
|
"stylelint": "^13.7.1",
|
2020-03-06 17:21:08 +03:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2020-03-11 01:36:30 +03:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
2020-06-08 09:54:27 +03:00
|
|
|
"stylelint-order": "^4.1.0",
|
2020-06-22 09:47:48 +03:00
|
|
|
"stylelint-scss": "^3.18.0",
|
2020-09-21 11:19:33 +03:00
|
|
|
"ts-loader": "^8.0.4",
|
2020-08-24 11:18:40 +03:00
|
|
|
"ts-node": "^9.0.0",
|
2020-08-03 10:45:58 +03:00
|
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
2020-08-10 09:45:20 +03:00
|
|
|
"tslib": "^2.0.1",
|
2020-08-03 10:39:38 +03:00
|
|
|
"tslint": "^6.1.3",
|
2019-09-28 20:32:02 +03:00
|
|
|
"tslint-sonarts": "^1.9.0",
|
2020-07-20 09:47:49 +03:00
|
|
|
"typescript": "^3.9.7",
|
2020-09-21 11:23:52 +03:00
|
|
|
"webpack": "^4.44.2",
|
2020-02-10 20:32:28 +03:00
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
2020-06-22 09:45:36 +03:00
|
|
|
"webpack-cli": "^3.3.12"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-27 12:26:54 +03:00
|
|
|
"node": ">= 10"
|
2019-12-17 11:53:16 +03:00
|
|
|
}
|
2016-01-29 01:27:15 +03:00
|
|
|
}
|