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

This commit is contained in:
squidfunk 2019-03-22 19:26:00 +01:00
commit e2a3469805
3 changed files with 631 additions and 352 deletions

960
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,14 @@
"documentation",
"theme"
],
"classifiers": [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Topic :: Documentation",
"Topic :: Text Processing :: Markup :: HTML"
],
"homepage": "https://squidfunk.github.io/mkdocs-material/",
"bugs": {
"url": "https://github.com/squidfunk/mkdocs-material/issues",
@ -32,23 +40,23 @@
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.10",
"@babel/preset-env": "^7.4.2",
"autoprefixer": "^9.5.0",
"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": "^5.0.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"css-mqpacker": "^7.0.0",
"cssmin": "^0.4.3",
"custom-event-polyfill": "^1.0.6",
"customizr": "^1.2.0",
"customizr": "^1.2.1",
"escape-string-regexp": "^1.0.5",
"eslint": "^5.15.1",
"eslint": "^5.15.3",
"event-hooks-webpack-plugin": "^2.1.1",
"expose-loader": "^0.7.4",
"extract-loader": "^3.1.0",
@ -76,7 +84,7 @@
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-cli": "^3.3.0",
"webpack-manifest-plugin": "^2.0.4"
},
"engines": {

View File

@ -42,6 +42,7 @@ setup(
author = package["author"]["name"],
author_email = package["author"]["email"],
keywords = package["keywords"],
classifiers = package["classifiers"],
packages = find_packages(),
include_package_data = True,
install_requires = install_requires,