mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "2.7.1",
|
|
"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": {
|
|
"autoprefixer": "^8.0.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.25.0",
|
|
"babel-eslint": "^8.0.0",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"chalk": "^2.0.1",
|
|
"clipboard": "^1.7.1",
|
|
"copy-webpack-plugin": "^4.2.1",
|
|
"css-loader": "^0.28.7",
|
|
"css-mqpacker": "^6.0.1",
|
|
"custom-event-polyfill": "^0.3.0",
|
|
"customizr": "^1.0.0-alpha",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"eslint": "^4.3.0",
|
|
"event-hooks-webpack-plugin": "^1.0.0",
|
|
"expose-loader": "^0.7.4",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"fastclick": "^1.0.6",
|
|
"file-loader": "^1.1.5",
|
|
"git-hooks": "^1.1.8",
|
|
"html-minifier": "^3.5.6",
|
|
"imagemin-webpack-plugin": "^2.0.0",
|
|
"js-cookie": "^2.1.4",
|
|
"lunr": "^2.1.2",
|
|
"lunr-languages": "^1.0.0",
|
|
"material-design-color": "^2.3.2",
|
|
"material-shadows": "^3.0.1",
|
|
"modernizr-auto-loader": "^0.1.0",
|
|
"modularscale-sass": "^3.0.3",
|
|
"node-sass": "^4.7.2",
|
|
"postcss-loader": "^2.0.8",
|
|
"promise-polyfill": "^7.0.0",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.20.0",
|
|
"stylelint": "^9.0.0",
|
|
"stylelint-config-standard": "^18.0.0",
|
|
"stylelint-order": "^0.8.0",
|
|
"stylelint-scss": "^2.0.0",
|
|
"uglify-js": "^3.1.10",
|
|
"unfetch": "^3.0.0",
|
|
"webpack": "^3.4.1",
|
|
"webpack-manifest-plugin": "^1.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"private": true
|
|
}
|