2016-01-29 01:27:15 +03:00
|
|
|
{
|
2016-02-11 14:09:58 +03:00
|
|
|
"name": "mkdocs-material",
|
2019-08-27 18:41:51 +03:00
|
|
|
"version": "4.4.2",
|
2017-01-12 22:15:30 +03:00
|
|
|
"description": "A Material Design theme for MkDocs",
|
2016-10-07 22:27:29 +03:00
|
|
|
"keywords": [
|
|
|
|
"mkdocs",
|
|
|
|
"documentation",
|
|
|
|
"theme"
|
2016-01-29 01:27:15 +03:00
|
|
|
],
|
2017-11-08 15:28:23 +03:00
|
|
|
"homepage": "https://squidfunk.github.io/mkdocs-material/",
|
2016-10-07 22:27:29 +03:00
|
|
|
"bugs": {
|
2016-10-10 13:35:25 +03:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material/issues",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
2016-01-29 01:27:15 +03:00
|
|
|
"license": "MIT",
|
2016-10-07 22:27:29 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Martin Donath",
|
|
|
|
"email": "martin.donath@squidfunk.com"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
2016-10-07 22:27:29 +03:00
|
|
|
"contributors": [],
|
2016-01-29 01:27:15 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-09 14:58:55 +03:00
|
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
2016-01-29 01:27:15 +03:00
|
|
|
},
|
2016-10-07 22:27:29 +03:00
|
|
|
"scripts": {
|
2019-09-28 21:07:42 +03:00
|
|
|
"build": "make -j build",
|
2017-11-21 23:32:25 +03:00
|
|
|
"clean": "make clean",
|
|
|
|
"lint": "make lint",
|
2019-09-28 20:55:08 +03:00
|
|
|
"start": "make start"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
2019-09-28 20:32:02 +03:00
|
|
|
"dependencies": {
|
2018-04-02 19:54:20 +03:00
|
|
|
"clipboard": "^2.0.0",
|
2019-08-06 19:02:04 +03:00
|
|
|
"js-cookie": "^2.2.1",
|
2019-02-26 21:57:17 +03:00
|
|
|
"lunr": "^2.3.6",
|
2019-02-23 00:10:10 +03:00
|
|
|
"lunr-languages": "^1.1.0",
|
2019-09-28 20:32:02 +03:00
|
|
|
"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",
|
2019-09-28 21:07:42 +03:00
|
|
|
"fuse-box": "^4.0.0-next.139",
|
2019-09-28 20:32:02 +03:00
|
|
|
"html-minifier": "^4.0.0",
|
2017-11-21 23:32:25 +03:00
|
|
|
"material-design-color": "^2.3.2",
|
|
|
|
"material-shadows": "^3.0.1",
|
2019-09-22 19:20:58 +03:00
|
|
|
"modularscale-sass": "^3.0.10",
|
2019-04-27 05:43:58 +03:00
|
|
|
"node-sass": "^4.12.0",
|
2019-09-28 21:39:07 +03:00
|
|
|
"nodemon": "^1.19.2",
|
2019-09-28 20:32:02 +03:00
|
|
|
"postcss-cli": "^6.1.3",
|
2019-09-18 07:16:20 +03:00
|
|
|
"stylelint": "^11.0.0",
|
2019-09-15 17:54:14 +03:00
|
|
|
"stylelint-config-standard": "^19.0.0",
|
2019-09-16 23:03:51 +03:00
|
|
|
"stylelint-order": "^3.1.1",
|
2019-09-21 11:49:55 +03:00
|
|
|
"stylelint-scss": "^3.11.1",
|
2019-09-28 20:32:02 +03:00
|
|
|
"svgo": "^1.3.0",
|
|
|
|
"ts-node": "^7.0.1",
|
|
|
|
"tslint": "^5.18.0",
|
|
|
|
"tslint-sonarts": "^1.9.0",
|
|
|
|
"typescript": "^3.6.3"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-11-21 23:32:25 +03:00
|
|
|
"node": ">= 8"
|
2016-10-07 22:27:29 +03:00
|
|
|
},
|
|
|
|
"private": true
|
2016-01-29 01:27:15 +03:00
|
|
|
}
|