1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00
mkdocs-material/package.json
2020-01-13 06:05:14 +00:00

93 lines
2.6 KiB
JSON

{
"name": "mkdocs-material",
"version": "4.6.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
"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",
"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.7.7",
"@babel/core": "^7.8.0",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"clipboard": "^2.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.4.2",
"css-mqpacker": "^7.0.0",
"cssmin": "^0.4.3",
"custom-event-polyfill": "^1.0.7",
"customizr": "^1.4.0",
"eslint": "^6.8.0",
"event-hooks-webpack-plugin": "^2.1.5",
"expose-loader": "^0.7.4",
"extract-loader": "^3.1.0",
"file-loader": "^5.0.2",
"html-minifier": "^4.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"js-cookie": "^2.2.1",
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^0.9.0",
"modernizr-auto-loader": "^0.1.0",
"modularscale-sass": "^3.0.10",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.3",
"sass-loader": "^7.3.1",
"style-loader": "^1.1.2",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.13.0",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0"
},
"engines": {
"node": ">= 8"
},
"private": true
}