esdoc-custom-theme
Version:
A customizable theme for esdoc
83 lines (82 loc) • 2.71 kB
JSON
{
"name": "esdoc-custom-theme",
"version": "1.4.2",
"description": "A customizable theme for esdoc",
"repository": "git@github.com:sinnerschrader/esdoc-custom-theme.git",
"author": "Gregor Adams <greg@pixelass.com>",
"license": "MIT",
"scripts": {
"build:dev": "npm run clean:lib && webpack",
"build": "cross-env NODE_ENV=production webpack",
"clean": "npm run clean:modules; npm run clean:lib",
"clean:lib": "rimraf template",
"clean:modules": "rimraf node_modules",
"commitmsg": "commitlint -e $GIT_PARAMS",
"develop": "npm run build:dev && npm run docs && npm run watch:dev",
"docs": "rimraf docs && esdoc",
"format:js": "prettier --write src/**/*.js",
"prebuild": "npm run clean:lib",
"prerelease": "npm run build",
"release": "standard-version --no-verify",
"watch": "npm run clean:lib && webpack --watch",
"watch:dev": "webpack --config webpack.dev.config --watch"
},
"keywords": [
"esdoc",
"theme",
"jsdoc",
"esdoc-template",
"custom-theme",
"documentation-theme"
],
"files": [
"template"
],
"dependencies": {
"codemirror": "^5.34.0"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.4.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"esdoc": "^1.0.4",
"esdoc-accessor-plugin": "^1.0.0",
"esdoc-brand-plugin": "^1.0.0",
"esdoc-coverage-plugin": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-external-webapi-plugin": "^1.0.0",
"esdoc-importpath-plugin": "^1.0.1",
"esdoc-inject-style-plugin": "^1.0.0",
"esdoc-integrate-manual-plugin": "^1.0.0",
"esdoc-lint-plugin": "1.0.1",
"esdoc-publish-html-plugin": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"node-sass": "^4.7.2",
"npm-run-all": "^4.1.2",
"postcss-icss-keyframes": "^0.2.1",
"postcss-loader": "^2.1.0",
"postcss-normalize": "^4.0.0",
"postcss-sorting": "^3.1.0",
"prettier": "^1.10.2",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"standard-version": "^4.3.0",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0"
}
}