1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2019-03-01 13:17:32 +01:00
commit dbfd14fbff
2 changed files with 651 additions and 564 deletions

1197
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,23 +32,23 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.3", "@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2", "@babel/core": "^7.3.4",
"@babel/plugin-transform-react-jsx": "^7.3.0", "@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.7", "autoprefixer": "^9.4.9",
"babel-eslint": "^10.0.0", "babel-eslint": "^10.0.0",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-add-module-exports": "^1.0.0",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"clipboard": "^2.0.0", "clipboard": "^2.0.0",
"copy-webpack-plugin": "^4.2.1", "copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0", "css-loader": "^2.1.0",
"css-mqpacker": "^7.0.0", "css-mqpacker": "^7.0.0",
"cssmin": "^0.4.3", "cssmin": "^0.4.3",
"custom-event-polyfill": "^1.0.6", "custom-event-polyfill": "^1.0.6",
"customizr": "^1.0.0-alpha", "customizr": "^1.0.0-alpha",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eslint": "^5.13.0", "eslint": "^5.14.1",
"event-hooks-webpack-plugin": "^2.1.1", "event-hooks-webpack-plugin": "^2.1.1",
"expose-loader": "^0.7.4", "expose-loader": "^0.7.4",
"extract-loader": "^3.1.0", "extract-loader": "^3.1.0",
@ -56,8 +56,8 @@
"html-minifier": "^3.5.6", "html-minifier": "^3.5.6",
"imagemin-webpack-plugin": "^2.4.2", "imagemin-webpack-plugin": "^2.4.2",
"js-cookie": "^2.1.4", "js-cookie": "^2.1.4",
"lunr": "^2.3.5", "lunr": "^2.3.6",
"lunr-languages": "^1.0.0", "lunr-languages": "^1.1.0",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0", "mini-css-extract-plugin": "^0.5.0",
@ -72,10 +72,10 @@
"stylelint": "^9.10.1", "stylelint": "^9.10.1",
"stylelint-config-standard": "^18.0.0", "stylelint-config-standard": "^18.0.0",
"stylelint-order": "^2.0.0", "stylelint-order": "^2.0.0",
"stylelint-scss": "^3.5.3", "stylelint-scss": "^3.5.4",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.29.3", "webpack": "^4.29.6",
"webpack-cli": "^3.2.3", "webpack-cli": "^3.2.3",
"webpack-manifest-plugin": "^2.0.4" "webpack-manifest-plugin": "^2.0.4"
}, },