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

101 lines
3.0 KiB
JSON
Raw Normal View History

2016-01-28 23:27:15 +01:00
{
"name": "mkdocs-material",
2020-11-22 12:08:30 +01:00
"version": "6.1.6",
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": {
"build": "npm run clean && npx webpack --mode production",
"clean": "npx rimraf material",
2020-02-10 18:32:28 +01:00
"lint": "npm run lint:ts && npm run lint:scss",
"lint:scss": "npx stylelint \"src/assets/**/*.scss\"",
"lint:ts": "npx tslint -p tsconfig.json \"src/**/*.ts\"",
"start": "npx webpack --mode development --watch"
},
2019-09-28 19:32:02 +02:00
"dependencies": {
2020-03-10 23:36:30 +01:00
"clipboard": "^2.0.6",
2019-10-27 10:26:54 +01:00
"escape-html": "^1.0.3",
"focus-visible": "^5.2.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",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.0.0-beta.8"
2019-09-28 19:32:02 +02:00
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@mdi/svg": "^5.8.55",
2020-11-15 22:38:42 +01:00
"@primer/octicons": "^11.1.0",
2020-02-02 17:18:18 +01:00
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/escape-html": "1.0.0",
2020-02-10 18:32:28 +01:00
"@types/event-hooks-webpack-plugin": "^2.0.0",
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/node": "^14.14.10",
2020-10-31 15:01:19 +01:00
"@types/ramda": "^0.27.32",
"@types/resize-observer-browser": "^0.1.4",
2020-11-15 22:38:42 +01:00
"@types/webpack": "^4.41.25",
"@types/webpack-assets-manifest": "^3.0.1",
2020-11-15 22:38:42 +01:00
"autoprefixer": "10.0.2",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.1",
"event-hooks-webpack-plugin": "^2.2.0",
"expose-loader": "^1.0.3",
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",
2020-11-13 12:38:25 +01:00
"ignore-emit-webpack-plugin": "2.0.3",
2020-04-27 14:04:56 +02:00
"imagemin-webpack-plugin": "^2.4.2",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
2020-11-15 22:38:42 +01:00
"mini-css-extract-plugin": "^1.3.1",
"postcss": "^8.1.10",
2020-10-31 15:01:19 +01:00
"postcss-inline-svg": "^5.0.0",
"postcss-loader": "^4.1.0",
2020-04-27 10:27:59 +02:00
"postcss-svgo": "^4.0.2",
2020-11-15 22:38:42 +01:00
"preact": "^10.5.7",
2020-09-27 20:42:07 +02:00
"ramda": "^0.27.1",
"rimraf": "^3.0.2",
"sass": "^1.29.0",
2020-11-15 22:38:42 +01:00
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-config-rational-order": "^0.1.2",
2020-03-10 23:36:30 +01:00
"stylelint-config-standard": "^20.0.0",
2020-06-08 08:54:27 +02:00
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
2020-11-15 22:38:42 +01:00
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.3",
"tslint": "^6.1.3",
2019-09-28 19:32:02 +02:00
"tslint-sonarts": "^1.9.0",
2020-11-24 18:49:17 +01:00
"typescript": "^4.1.2",
"webpack": "^4.44.2",
2020-02-10 18:32:28 +01:00
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^4.2.0"
},
"engines": {
2020-11-22 12:01:43 +01:00
"node": ">= 12"
2019-12-17 09:53:16 +01:00
}
2016-01-28 23:27:15 +01:00
}