UNPKG

igniteui-typedoc-theme

Version:
51 lines (50 loc) 1.26 kB
{ "name": "igniteui-typedoc-theme", "version": "3.1.0", "description": "infragistics theme for typedoc API documentation", "author": "Infragistics", "license": "MIT", "main": "dist/index.js", "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/igniteui-typedoc-theme" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/lunr": "^2.3.3", "@types/node": "^17.0.21", "@types/react": "^17.0.40", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.1", "file-loader": "^6.2.0", "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.22.13", "typescript": "^4.4.4", "url-loader": "^4.1.1", "webpack": "^5.11.1", "webpack-cli": "^4.3.0", "webpack-merge": "^5.7.3" } }