mkdocs-material/package.json

105 lines
3.2 KiB
JSON
Raw Normal View History

2016-01-29 01:27:15 +03:00
{
"name": "mkdocs-material",
2023-10-10 11:31:36 +03:00
"version": "9.4.5",
2022-04-18 23:16:15 +03:00
"description": "Documentation that simply works",
"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:all": "rimraf material && ts-node -T tools/build --all --optimize",
2021-02-26 18:14:18 +03:00
"build:dirty": "ts-node -T tools/build --dirty",
2021-02-07 19:43:13 +03:00
"clean": "rimraf material",
2021-08-30 10:11:43 +03:00
"check": "run-p check:*",
"check:build": "tsc --noEmit",
"check:style": "run-p check:style:*",
2021-08-30 10:15:05 +03:00
"check:style:scss": "stylelint \"src/**/*.scss\"",
2021-08-30 10:11:43 +03:00
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
"start": "ts-node -T tools/build --verbose --all --dirty --watch",
2021-08-02 10:17:02 +03:00
"upgrade": "run-s upgrade:*",
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
"upgrade:install": "npm install"
},
2019-09-28 20:32:02 +03:00
"dependencies": {
2022-05-09 08:50:54 +03:00
"clipboard": "^2.0.11",
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",
2023-08-15 00:28:59 +03:00
"lunr-languages": "^1.13.0",
"rxjs": "^7.8.1"
2019-09-28 20:32:02 +03:00
},
"devDependencies": {
2023-08-07 14:34:37 +03:00
"@fortawesome/fontawesome-free": "^6.4.2",
2023-10-09 09:50:56 +03:00
"@mdi/svg": "^7.3.67",
2023-09-25 10:13:35 +03:00
"@primer/octicons": "^19.8.0",
2023-09-11 18:48:11 +03:00
"@types/css-modules": "^1.0.3",
2022-04-24 14:40:24 +03:00
"@types/escape-html": "^1.0.2",
2023-09-18 21:01:13 +03:00
"@types/fuzzaldrin-plus": "^0.6.3",
"@types/html-minifier": "^4.0.3",
2023-09-03 13:58:48 +03:00
"@types/lunr": "^2.3.5",
2023-10-09 09:50:56 +03:00
"@types/node": "^20.8.3",
2023-10-02 12:20:35 +03:00
"@types/resize-observer-browser": "^0.1.8",
"@types/sass": "^1.45.0",
2023-07-18 12:53:44 +03:00
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
2023-09-25 10:13:35 +03:00
"autoprefixer": "^10.4.16",
2022-01-21 20:58:53 +03:00
"chokidar": "^3.5.3",
"cssnano": "5.1.0",
2023-10-02 12:20:35 +03:00
"esbuild": "^0.19.4",
2023-10-09 09:50:56 +03:00
"eslint": "^8.51.0",
2021-02-07 19:43:13 +03:00
"eslint-plugin-eslint-comments": "^3.2.0",
2023-08-21 17:46:25 +03:00
"eslint-plugin-import": "^2.28.1",
2023-09-25 10:13:35 +03:00
"eslint-plugin-jsdoc": "^46.8.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",
2022-01-30 11:04:11 +03:00
"google-fonts-complete": "^2.1.1",
2019-09-28 20:32:02 +03:00
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
2023-10-09 09:50:56 +03:00
"npm-check-updates": "^16.14.5",
2021-08-02 10:17:02 +03:00
"npm-run-all": "^4.1.5",
2023-10-02 12:20:35 +03:00
"postcss": "^8.4.31",
2023-07-03 13:22:12 +03:00
"postcss-dir-pseudo-class": "^8.0.0",
2023-02-13 11:42:41 +03:00
"postcss-inline-svg": "^6.0.0",
2023-01-25 11:43:32 +03:00
"postcss-logical": "5.0.4",
"postcss-pseudo-is": "^0.3.0",
2023-10-02 12:20:35 +03:00
"preact": "^10.18.1",
"rimraf": "^5.0.5",
2023-10-09 09:50:56 +03:00
"sass": "^1.69.0",
"simple-icons": "^9.17.0",
2023-08-21 17:46:25 +03:00
"stylelint": "^15.10.3",
2023-07-18 12:53:44 +03:00
"stylelint-config-recess-order": "4.2.0",
2023-07-08 10:50:44 +03:00
"stylelint-config-recommended": "^13.0.0",
2023-09-04 11:00:14 +03:00
"stylelint-config-standard-scss": "^11.0.0",
2023-09-18 21:01:13 +03:00
"stylelint-scss": "^5.2.1",
2023-09-25 18:36:36 +03:00
"stylelint-stylistic": "^0.4.3",
2022-11-16 01:03:04 +03:00
"svgo": "3.0.0",
2021-05-17 17:14:39 +03:00
"tiny-glob": "^0.2.9",
2022-07-20 16:05:35 +03:00
"ts-node": "^10.9.1",
2023-08-27 14:25:33 +03:00
"typescript": "^5.2.2"
},
"engines": {
2023-04-28 10:18:04 +03:00
"node": ">= 18"
2019-12-17 11:53:16 +03:00
}
2016-01-29 01:27:15 +03:00
}