mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
df37f45770
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "3.3.0",
|
|
"description": "A Material Design theme for MkDocs",
|
|
"keywords": [
|
|
"mkdocs",
|
|
"documentation",
|
|
"theme"
|
|
],
|
|
"homepage": "https://squidfunk.github.io/mkdocs-material/",
|
|
"bugs": {
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
"email": "martin.donath@squidfunk.com"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Martin Donath",
|
|
"email": "martin.donath@squidfunk.com"
|
|
},
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
|
},
|
|
"scripts": {
|
|
"build": "make clean build",
|
|
"clean": "make clean",
|
|
"lint": "make lint",
|
|
"start": "make -j watch",
|
|
"watch": "make -j watch"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"autoprefixer": "^9.4.7",
|
|
"babel-eslint": "^10.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-add-module-exports": "^1.0.0",
|
|
"chalk": "^2.4.2",
|
|
"clipboard": "^2.0.0",
|
|
"copy-webpack-plugin": "^4.2.1",
|
|
"css-loader": "^2.1.0",
|
|
"css-mqpacker": "^7.0.0",
|
|
"cssmin": "^0.4.3",
|
|
"custom-event-polyfill": "^1.0.6",
|
|
"customizr": "^1.0.0-alpha",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"eslint": "^5.13.0",
|
|
"event-hooks-webpack-plugin": "^2.1.1",
|
|
"expose-loader": "^0.7.4",
|
|
"extract-loader": "^3.1.0",
|
|
"fastclick": "^1.0.6",
|
|
"file-loader": "^3.0.1",
|
|
"html-minifier": "^3.5.6",
|
|
"imagemin-webpack-plugin": "^2.4.1",
|
|
"js-cookie": "^2.1.4",
|
|
"lunr": "^2.3.5",
|
|
"lunr-languages": "^1.0.0",
|
|
"material-design-color": "^2.3.2",
|
|
"material-shadows": "^3.0.1",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"modernizr-auto-loader": "^0.1.0",
|
|
"modularscale-sass": "^3.0.3",
|
|
"node-sass": "^4.11.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"promise-polyfill": "^8.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.0",
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-standard": "^18.0.0",
|
|
"stylelint-order": "^2.0.0",
|
|
"stylelint-scss": "^3.5.2",
|
|
"uglifyjs-3-webpack-plugin": "^1.2.4",
|
|
"unfetch": "^3.0.0",
|
|
"webpack": "^4.29.2",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-manifest-plugin": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"private": true
|
|
}
|