mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
e2a3469805
960
package-lock.json
generated
960
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user