mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "0.2.1",
|
|
"description": "A material design theme for MkDocs",
|
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
|
"authors": [
|
|
"squidfunk <martin.donath@squidfunk.com>"
|
|
],
|
|
"license": "MIT",
|
|
"main": "Gulpfile.js",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/gulp watch --mkdocs",
|
|
"build": "./node_modules/.bin/gulp build --production"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"fastclick": "^1.0.6",
|
|
"material-design-color": "^2.3.1",
|
|
"material-shadows": "^3.0.0",
|
|
"modularscale-sass": "^2.1.1",
|
|
"whatwg-fetch": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"css-mqpacker": "^4.0.0",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-add-src": "^0.2.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-cssnano": "^2.1.1",
|
|
"gulp-htmlmin": "^1.3.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-ignore": "^2.0.1",
|
|
"gulp-image-optimization": "^0.1.3",
|
|
"gulp-modernizr": "0.0.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-postcss": "^6.1.0",
|
|
"gulp-remove-empty-lines": "0.0.2",
|
|
"gulp-rev": "^7.0.0",
|
|
"gulp-rev-collector": "^1.0.2",
|
|
"gulp-sass": "^2.2.0",
|
|
"gulp-sass-lint": "^1.2.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.2",
|
|
"gulp-util": "^3.0.7",
|
|
"node-notifier": "^4.5.0",
|
|
"vinyl-paths": "^2.1.0",
|
|
"webpack": "^1.13.1",
|
|
"webpack-stream": "^3.2.0",
|
|
"yargs": "^3.32.0"
|
|
}
|
|
}
|