UNPKG

ig-typedoc-theme

Version:

infragistics theme for typedoc API documentation with versioning and localization

62 lines (61 loc) 1.57 kB
{ "name": "ig-typedoc-theme", "version": "6.2.3", "description": "infragistics theme for typedoc API documentation with versioning and localization", "author": "Infragistics", "license": "MIT", "main": "dist/index.js", "type": "module", "files": [ "dist", "LICENSE" ], "scripts": { "build": "tsc && webpack --mode=production --node-env=production", "docs": "typedoc src --plugin dist/index.js" }, "keywords": [ "typedoc-theme", "theme", "api", "custom" ], "repository": { "type": "git", "url": "https://github.com/IgniteUI/ig-typedoc-theme" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/lunr": "^2.3.3", "@types/node": "^20.17.6", "@types/react": "^17.0.40", "autoprefixer": "^9.8.6", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.1", "file-loader": "^6.2.0", "file-merge-webpack-plugin": "^1.1.0", "fs-extra": "^10.0.1", "lunr": "^2.3.9", "mini-css-extract-plugin": "^1.3.3", "prettier": "^2.2.1", "resolve-url-loader": "^3.1.2", "sass": "^1.30.0", "sass-loader": "^10.1.0", "style-loader": "^3.3.1", "ts-loader": "^8.0.12", "typedoc": "^0.27.0", "typescript": "^5.5.2", "url-loader": "^4.1.1", "webpack": "^5.11.1", "webpack-cli": "^4.3.0", "webpack-merge": "^5.7.3" }, "peerDependencies": { "typedoc": "^0.27.0", "typedoc-plugin-localization": "^3.0.6" }, "dependencies": { "typedoc-plugin-localization": "^3.0.6" } }