1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00
mkdocs-material/package.json
2019-09-28 20:39:07 +02:00

67 lines
1.6 KiB
JSON

{
"name": "mkdocs-material",
"version": "4.4.2",
"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 -j build",
"clean": "make clean",
"lint": "make lint",
"start": "make start"
},
"dependencies": {
"clipboard": "^2.0.0",
"js-cookie": "^2.2.1",
"lunr": "^2.3.6",
"lunr-languages": "^1.1.0",
"rambda": "^3.1.0",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@types/node": "^12.7.8",
"autoprefixer": "^9.6.1",
"css-mqpacker": "^7.0.0",
"csso-cli": "^2.0.2",
"fuse-box": "^4.0.0-next.139",
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"modularscale-sass": "^3.0.10",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"postcss-cli": "^6.1.3",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.11.1",
"svgo": "^1.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.18.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.6.3"
},
"engines": {
"node": ">= 8"
},
"private": true
}