-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.52 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
51
52
53
54
55
56
57
58
59
60
{
"name": "ig-typedoc-theme",
"version": "1.0.0",
"description": "infragistics theme for typedoc API documentation with versioning and localization",
"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/ig-typedoc-theme"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/lunr": "^2.3.3",
"@types/node": "^18.11.0",
"@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.26.2",
"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.26.2",
"typedoc-plugin-localization": "^3.0.5"
},
"dependencies": {
"typedoc-plugin-localization": "^3.0.5"
}
}