-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "igniteui-typedoc-theme",
"version": "1.0.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"
}
}