-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "igniteui-docfx-template",
"version": "0.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IgniteUI/igniteui-docfx-template.git"
},
"keywords": [
"igniteui-angular",
"igniteui-react",
"igniteui-blazor",
"igniteui-webcomponents",
"angular",
"react",
"blazor",
"webcomponents",
"docfx"
],
"author": "Infragistics",
"scripts": {
"build": "gulp build",
"build:dev": "gulp build-watch"
},
"bugs": {
"url": "https://github.com/IgniteUI/igniteui-docfx-template/issues"
},
"homepage": "https://github.com/IgniteUI/igniteui-docfx-template#readme",
"dependencies": {
"@stackblitz/sdk": "^1.11.0",
"anchor-js": "^4.3.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"clipboard": "^2.0.6",
"highlight.js": "10.6.0",
"highlightjs-cshtml-razor": "^2.1.1",
"i": "^0.3.6",
"jquery-ui": "^1.12.1",
"lazysizes": "^5.3.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.8.0",
"lz-string": "^1.4.4",
"mark.js": "^8.11.1",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.6.7",
"slash": "^3.0.0",
"twbs-pagination": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@types/anchor-js": "^4.2.0",
"@types/clipboard": "^2.0.1",
"@types/jquery": "^3.5.5",
"@types/jqueryui": "^1.12.15",
"@types/lunr": "^2.3.3",
"@types/lz-string": "^1.3.34",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"del": "^6.0.0",
"gulp": "^5.0.0",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.4",
"resolve-url-loader": "^3.1.2",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
"ts-loader": "^8.4.0",
"typescript": "^4.9.5",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"worker-loader": "^3.0.8"
}
}