1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00
mkdocs-material/package.json

91 lines
2.6 KiB
JSON
Raw Normal View History

2016-01-28 23:27:15 +01:00
{
"name": "mkdocs-material",
2021-05-19 11:02:34 +02:00
"version": "7.1.5",
2017-01-12 20:15:30 +01:00
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
"documentation",
"theme"
2016-01-28 23:27:15 +01:00
],
2017-11-08 13:28:23 +01:00
"homepage": "https://squidfunk.github.io/mkdocs-material/",
"bugs": {
"url": "https://github.com/squidfunk/mkdocs-material/issues",
"email": "martin.donath@squidfunk.com"
},
2016-01-28 23:27:15 +01:00
"license": "MIT",
2019-12-17 09:53:16 +01:00
"private": true,
"author": {
"name": "Martin Donath",
"email": "martin.donath@squidfunk.com"
2016-01-28 23:27:15 +01:00
},
"contributors": [],
2016-01-28 23:27:15 +01:00
"repository": {
"type": "git",
2016-02-09 12:58:55 +01:00
"url": "https://github.com/squidfunk/mkdocs-material.git"
2016-01-28 23:27:15 +01:00
},
"scripts": {
2021-02-26 16:14:18 +01:00
"build": "rimraf material && ts-node -T tools/build --optimize",
"build:dirty": "ts-node -T tools/build --dirty",
2021-02-07 17:43:13 +01:00
"clean": "rimraf material",
2021-02-26 16:46:14 +01:00
"lint": "npm run lint:scss && npm run lint:ts",
2021-02-07 17:43:13 +01:00
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
2021-02-26 16:14:18 +01:00
"start": "ts-node -T tools/build --verbose --dirty --watch"
},
2019-09-28 19:32:02 +02:00
"dependencies": {
"clipboard": "^2.0.8",
2019-10-27 10:26:54 +01:00
"escape-html": "^1.0.3",
"focus-visible": "^5.2.0",
"fuzzaldrin-plus": "^0.6.0",
"lunr": "^2.3.9",
Merge branch 'master' into refactor/rxjs-typescript (#1406) * Improved Lighthouse score (#1391) * a few accessibility fixes from lighthouse report * add rel="noopener" to external links * add title attribute to social links * add mimetype to manifest link and allow it to work behind auth * add font-display: swap to all the places where external fonts are used * remove font-display: swap from icon fonts * removed font-display from style blocks in base * add target="_blank" to social links * switch base fonts grabbed from Google back to display:fallback As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback * add target="_blank" to the footer links as well * Set `tabindex` to `0` for skip to content link (#1393) see https://web.dev/control-focus-with-tabindex/ * Added diff to CI build * Added built files * Bump @babel/cli from 7.7.5 to 7.7.7 Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump css-loader from 3.3.2 to 3.4.0 Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump eslint from 6.7.2 to 6.8.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump mini-css-extract-plugin from 0.8.0 to 0.9.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump @babel/plugin-transform-react-jsx from 7.7.4 to 7.7.7 Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.4 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump style-loader from 1.0.1 to 1.1.1 Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump webpack from 4.41.2 to 4.41.4 Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump @babel/core from 7.7.5 to 7.7.7 Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump @babel/preset-env from 7.7.6 to 7.7.7 Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix makefile * Update packages * build * "Fix" lint * Revert icon and makefile change Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-12-25 15:09:36 +01:00
"lunr-languages": "^1.4.0",
2021-05-24 15:34:23 +02:00
"rxjs": "^7.1.0"
2019-09-28 19:32:02 +02:00
},
"devDependencies": {
2021-03-17 21:12:51 +01:00
"@fortawesome/fontawesome-free": "^5.15.3",
"@mdi/svg": "^5.9.55",
2021-05-17 16:14:39 +02:00
"@primer/octicons": "^14.1.0",
2021-05-24 15:36:12 +02:00
"@types/clipboard": "^2.0.7",
"@types/escape-html": "1.0.1",
2021-02-06 12:35:19 +01:00
"@types/fuzzaldrin-plus": "^0.6.1",
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
2021-05-24 15:34:23 +02:00
"@types/node": "^15.6.0",
"@types/resize-observer-browser": "^0.1.5",
2021-02-20 18:46:28 +01:00
"@types/sass": "^1.16.0",
2021-05-24 15:34:23 +02:00
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"autoprefixer": "^10.2.5",
2021-02-20 18:46:28 +01:00
"chokidar": "^3.5.1",
2021-05-24 15:34:23 +02:00
"cssnano": "^5.0.4",
"esbuild": "^0.12.1",
"eslint": "^7.27.0",
2021-02-07 17:43:13 +01:00
"eslint-plugin-eslint-comments": "^3.2.0",
2021-05-24 15:34:23 +02:00
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsdoc": "^35.0.0",
2021-02-07 17:43:13 +01:00
"eslint-plugin-no-null": "^1.0.2",
2020-01-26 15:42:22 +01:00
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
2019-09-28 19:32:02 +02:00
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
2021-05-24 15:34:23 +02:00
"postcss": "^8.3.0",
2020-10-31 15:01:19 +01:00
"postcss-inline-svg": "^5.0.0",
"preact": "^10.5.13",
"rimraf": "^3.0.2",
2021-05-24 15:34:23 +02:00
"sass": "^1.34.0",
2021-05-02 13:03:58 +02:00
"stylelint": "^13.13.1",
"stylelint-config-rational-order": "^0.1.2",
2021-05-02 13:03:58 +02:00
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"svgo": "^2.3.0",
2021-05-17 16:14:39 +02:00
"tiny-glob": "^0.2.9",
2021-05-24 15:34:23 +02:00
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
},
"engines": {
"node": ">= 14"
2019-12-17 09:53:16 +01:00
}
2016-01-28 23:27:15 +01:00
}