1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-25 03:48:24 +02:00
mkdocs-material/package.json
2020-02-17 17:20:08 +01:00

94 lines
2.7 KiB
JSON

{
"name": "mkdocs-material",
"version": "5.0.0b1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
"documentation",
"theme"
],
"homepage": "https://squidfunk.github.io/mkdocs-material/",
"bugs": {
"url": "https://github.com/squidfunk/mkdocs-material/issues",
"email": "martin.donath@squidfunk.com"
},
"license": "MIT",
"private": true,
"author": {
"name": "Martin Donath",
"email": "martin.donath@squidfunk.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/squidfunk/mkdocs-material.git"
},
"scripts": {
"build": "npm run clean && npx webpack --mode production",
"clean": "rm -rf material",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:scss": "npx stylelint `find src/assets -name *.scss`",
"lint:ts": "npx tslint -p tsconfig.json 'src/**/*.ts'",
"start": "npm run clean && npx webpack --mode development --watch"
},
"dependencies": {
"clipboard": "^2.0.0",
"escape-html": "^1.0.3",
"escape-string-regexp": "^2.0.0",
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"lz-string": "^1.4.4",
"ramda": "^0.26.1",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/escape-html": "0.0.20",
"@types/event-hooks-webpack-plugin": "^2.0.0",
"@types/html-minifier": "^3.5.3",
"@types/lunr": "^2.3.2",
"@types/lz-string": "^1.3.33",
"@types/node": "^12.12.22",
"@types/ramda": "^0.26.38",
"@types/webpack": "^4.41.0",
"@types/webpack-assets-manifest": "^3.0.0",
"autoprefixer": "^9.7.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"css-mqpacker": "^7.0.0",
"event-hooks-webpack-plugin": "^2.1.5",
"extract-loader": "^4.0.3",
"file-loader": "^5.0.2",
"github-types": "^1.0.0",
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"modularscale-sass": "^3.0.10",
"nodemon": "^1.19.4",
"null-loader": "^3.0.0",
"postcss-loader": "^3.0.0",
"preact": "^10.1.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.13.0",
"ts-loader": "^6.2.1",
"ts-node": "^7.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.7.4",
"webpack": "^4.41.4",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.10"
},
"engines": {
"node": ">= 10"
}
}