mkdocs-material/package.json

91 lines
2.6 KiB
JSON
Raw Normal View History

2016-01-29 01:27:15 +03:00
{
"name": "mkdocs-material",
2021-07-31 11:35:21 +03:00
"version": "7.2.2",
2017-01-12 22:15:30 +03:00
"description": "A Material Design theme for MkDocs",
"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/",
"bugs": {
"url": "https://github.com/squidfunk/mkdocs-material/issues",
"email": "martin.donath@squidfunk.com"
},
2016-01-29 01:27:15 +03:00
"license": "MIT",
2019-12-17 11:53:16 +03:00
"private": true,
"author": {
"name": "Martin Donath",
"email": "martin.donath@squidfunk.com"
2016-01-29 01:27:15 +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
},
"scripts": {
2021-02-26 18:14:18 +03:00
"build": "rimraf material && ts-node -T tools/build --optimize",
"build:dirty": "ts-node -T tools/build --dirty",
2021-02-07 19:43:13 +03:00
"clean": "rimraf material",
2021-02-26 18:46:14 +03:00
"lint": "npm run lint:scss && npm run lint:ts",
2021-02-07 19:43:13 +03:00
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
2021-02-26 18:14:18 +03:00
"start": "ts-node -T tools/build --verbose --dirty --watch"
},
2019-09-28 20:32:02 +03:00
"dependencies": {
"clipboard": "^2.0.8",
2019-10-27 12:26:54 +03:00
"escape-html": "^1.0.3",
"focus-visible": "^5.2.0",
"fuzzaldrin-plus": "^0.6.0",
"lunr": "^2.3.9",
2021-06-25 12:34:51 +03:00
"lunr-languages": "^1.8.0",
2021-07-06 12:38:41 +03:00
"rxjs": "^7.2.0"
2019-09-28 20:32:02 +03:00
},
"devDependencies": {
2021-03-17 23:12:51 +03:00
"@fortawesome/fontawesome-free": "^5.15.3",
"@mdi/svg": "^5.9.55",
2021-06-15 19:48:59 +03:00
"@primer/octicons": "^14.2.2",
2021-05-24 16:36:12 +03:00
"@types/clipboard": "^2.0.7",
"@types/escape-html": "1.0.1",
2021-07-12 12:49:45 +03:00
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.1",
"@types/lunr": "^2.3.4",
2021-07-26 14:27:42 +03:00
"@types/node": "^16.4.3",
2021-07-12 12:49:45 +03:00
"@types/resize-observer-browser": "^0.1.6",
"@types/sass": "^1.16.1",
2021-07-26 14:27:42 +03:00
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
2021-07-18 11:30:47 +03:00
"autoprefixer": "^10.3.1",
2021-06-15 19:48:59 +03:00
"chokidar": "^3.5.2",
2021-07-26 14:27:42 +03:00
"cssnano": "^5.0.7",
"esbuild": "^0.12.16",
2021-07-18 11:30:47 +03:00
"eslint": "^7.31.0",
2021-02-07 19:43:13 +03:00
"eslint-plugin-eslint-comments": "^3.2.0",
2021-05-31 22:50:41 +03:00
"eslint-plugin-import": "^2.23.4",
2021-07-26 18:32:10 +03:00
"eslint-plugin-jsdoc": "^36.0.2",
2021-02-07 19:43:13 +03:00
"eslint-plugin-no-null": "^1.0.2",
2020-01-26 17:42:22 +03:00
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
2019-09-28 20:32:02 +03:00
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
2021-07-26 14:27:42 +03:00
"postcss": "^8.3.6",
2020-10-31 17:01:19 +03:00
"postcss-inline-svg": "^5.0.0",
2021-07-06 12:38:41 +03:00
"preact": "^10.5.14",
"rimraf": "^3.0.2",
2021-07-26 14:27:42 +03:00
"sass": "^1.36.0",
2021-05-02 14:03:58 +03:00
"stylelint": "^13.13.1",
"stylelint-config-rational-order": "^0.1.2",
2021-05-02 14:03:58 +03:00
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0",
2021-07-26 14:27:42 +03:00
"stylelint-scss": "^3.20.1",
2021-06-29 12:12:44 +03:00
"svgo": "^2.3.1",
2021-05-17 17:14:39 +03:00
"tiny-glob": "^0.2.9",
2021-07-12 12:49:45 +03:00
"ts-node": "^10.1.0",
2021-07-06 12:38:41 +03:00
"typescript": "^4.3.5"
},
"engines": {
"node": ">= 14"
2019-12-17 11:53:16 +03:00
}
2016-01-29 01:27:15 +03:00
}