2016-01-28 23:27:15 +01:00
|
|
|
{
|
2016-02-11 12:09:58 +01:00
|
|
|
"name": "mkdocs-material",
|
2019-12-11 18:03:21 +01:00
|
|
|
"version": "4.6.0",
|
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
|
|
|
],
|
2019-03-21 01:08:19 +01:00
|
|
|
"classifiers": [
|
2019-03-28 17:18:12 +01:00
|
|
|
"Development Status :: 5 - Production/Stable",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Programming Language :: JavaScript",
|
|
|
|
"Programming Language :: Python",
|
|
|
|
"Topic :: Documentation",
|
|
|
|
"Topic :: Text Processing :: Markup :: HTML"
|
2019-03-21 01:08:19 +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",
|
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": {
|
2017-11-21 21:32:25 +01:00
|
|
|
"build": "make clean build",
|
|
|
|
"clean": "make clean",
|
|
|
|
"lint": "make lint",
|
|
|
|
"start": "make -j watch",
|
|
|
|
"watch": "make -j watch"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
2017-05-31 15:22:59 +02:00
|
|
|
"dependencies": {},
|
2016-01-28 23:27:15 +01:00
|
|
|
"devDependencies": {
|
2019-12-23 06:31:49 +01:00
|
|
|
"@babel/cli": "^7.7.7",
|
2019-12-23 06:38:15 +01:00
|
|
|
"@babel/core": "^7.7.7",
|
2019-12-23 06:35:07 +01:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.7.7",
|
2019-12-23 06:40:35 +01:00
|
|
|
"@babel/preset-env": "^7.7.7",
|
2019-12-02 06:26:25 +01:00
|
|
|
"autoprefixer": "^9.7.3",
|
2019-08-26 06:20:03 +02:00
|
|
|
"babel-eslint": "^10.0.3",
|
2019-05-13 06:28:17 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-11-11 07:42:08 +01:00
|
|
|
"chalk": "^3.0.0",
|
2018-04-02 18:54:20 +02:00
|
|
|
"clipboard": "^2.0.0",
|
2019-11-06 18:53:20 +01:00
|
|
|
"copy-webpack-plugin": "^5.0.5",
|
2020-01-06 06:39:09 +01:00
|
|
|
"css-loader": "^3.4.1",
|
2018-07-29 16:25:43 +02:00
|
|
|
"css-mqpacker": "^7.0.0",
|
2018-06-18 10:11:54 +02:00
|
|
|
"cssmin": "^0.4.3",
|
2019-04-08 15:38:48 +02:00
|
|
|
"custom-event-polyfill": "^1.0.7",
|
2019-10-25 13:02:24 +02:00
|
|
|
"customizr": "^1.4.0",
|
2019-12-23 06:34:03 +01:00
|
|
|
"eslint": "^6.8.0",
|
2019-12-16 06:43:28 +01:00
|
|
|
"event-hooks-webpack-plugin": "^2.1.5",
|
2017-11-22 18:59:48 +01:00
|
|
|
"expose-loader": "^0.7.4",
|
2018-12-28 14:44:41 +01:00
|
|
|
"extract-loader": "^3.1.0",
|
2019-12-02 06:27:47 +01:00
|
|
|
"file-loader": "^5.0.2",
|
2019-04-01 20:53:25 +02:00
|
|
|
"html-minifier": "^4.0.0",
|
2019-02-09 19:04:43 +01:00
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
2019-08-06 18:02:04 +02:00
|
|
|
"js-cookie": "^2.2.1",
|
2019-10-22 21:59:02 +02:00
|
|
|
"lunr": "^2.3.8",
|
2019-09-28 23:21:42 +02:00
|
|
|
"lunr-languages": "^1.4.0",
|
2017-11-21 21:32:25 +01:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2019-12-23 06:34:42 +01:00
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
2017-11-21 21:32:25 +01:00
|
|
|
"modernizr-auto-loader": "^0.1.0",
|
2019-09-22 18:20:58 +02:00
|
|
|
"modularscale-sass": "^3.0.10",
|
2019-10-24 10:32:47 +02:00
|
|
|
"node-sass": "^4.13.0",
|
2019-07-01 06:19:03 +02:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
2018-09-03 09:42:39 +02:00
|
|
|
"postcss-loader": "^3.0.0",
|
2019-06-17 06:30:42 +02:00
|
|
|
"promise-polyfill": "^8.1.3",
|
2019-08-20 17:55:17 +02:00
|
|
|
"sass-loader": "^7.3.1",
|
2019-12-30 06:33:48 +01:00
|
|
|
"style-loader": "^1.1.2",
|
2019-12-30 06:37:25 +01:00
|
|
|
"stylelint": "^12.0.1",
|
2019-09-15 16:54:14 +02:00
|
|
|
"stylelint-config-standard": "^19.0.0",
|
2019-09-16 22:03:51 +02:00
|
|
|
"stylelint-order": "^3.1.1",
|
2019-11-25 06:25:03 +01:00
|
|
|
"stylelint-scss": "^3.13.0",
|
2018-12-28 14:44:41 +01:00
|
|
|
"uglifyjs-3-webpack-plugin": "^1.2.4",
|
2017-11-21 21:32:25 +01:00
|
|
|
"unfetch": "^3.0.0",
|
2019-12-30 06:35:17 +01:00
|
|
|
"webpack": "^4.41.5",
|
2019-10-31 13:08:31 +01:00
|
|
|
"webpack-cli": "^3.3.10",
|
2019-10-02 20:24:49 +02:00
|
|
|
"webpack-manifest-plugin": "^2.2.0"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-11-21 21:32:25 +01:00
|
|
|
"node": ">= 8"
|
2016-10-07 21:27:29 +02:00
|
|
|
},
|
|
|
|
"private": true
|
2016-01-28 23:27:15 +01:00
|
|
|
}
|