1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
mkdocs-material/package.json
2019-12-24 16:52:26 +01:00

79 lines
2.0 KiB
JSON

{
"name": "mkdocs-material",
"version": "5.0.0-preview",
"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",
"private": true,
"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",
"escape-html": "^1.0.3",
"escape-string-regexp": "^2.0.0",
"lunr": "^2.3.6",
"lunr-languages": "^1.1.0",
"lz-string": "^1.4.4",
"ramda": "^0.26.1",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@types/escape-html": "0.0.20",
"@types/lunr": "^2.3.2",
"@types/lz-string": "^1.3.33",
"@types/node": "^12.7.8",
"@types/ramda": "^0.26.26",
"@types/webpack": "^4.39.2",
"autoprefixer": "^9.6.1",
"css-mqpacker": "^7.0.0",
"csso-cli": "^3.0.0",
"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",
"null-loader": "^3.0.0",
"postcss-cli": "^6.1.3",
"preact": "^10.1.1",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.11.1",
"ts-loader": "^6.1.2",
"ts-node": "^7.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.18.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.7.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"engines": {
"node": ">= 10"
}
}