-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
104 lines (104 loc) · 3.03 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "clb",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=16.13.0 <17.0.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@fluentui/react": "8.112.3",
"@fluentui/react-components": "9.36.0",
"@microsoft/mgt-components": "3.1.3",
"@microsoft/mgt-react": "3.1.3",
"@microsoft/mgt-spfx": "3.1.3",
"@microsoft/sp-adaptive-card-extension-base": "1.17.0",
"@microsoft/sp-core-library": "1.17.0",
"@microsoft/sp-lodash-subset": "1.17.0",
"@microsoft/sp-office-ui-fabric-core": "1.17.0",
"@microsoft/sp-property-pane": "1.17.0",
"@microsoft/sp-webpart-base": "1.17.0",
"@microsoft/teams-js": "^2.21.0",
"@pnp/spfx-controls-react": "3.15.0",
"@pnp/spfx-property-controls": "3.14.0",
"bootstrap": "4.6.2",
"file-loader": "6.2.0",
"jquery": "3.7.1",
"office-ui-fabric-react": "7.199.1",
"react": "17.0.1",
"react-bootstrap": "1.6.7",
"react-bootstrap-table-next": "4.0.3",
"react-bootstrap-table2-paginator": "2.1.2",
"react-bootstrap-table2-toolkit": "2.1.3",
"react-dom": "17.0.1",
"rx-lite": "4.0.8",
"tslib": "2.6.2",
"url-loader": "4.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.17.0",
"@microsoft/eslint-plugin-spfx": "1.17.0",
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
"@microsoft/sp-build-web": "1.17.0",
"@microsoft/sp-module-interfaces": "1.17.0",
"@rushstack/eslint-config": "3.4.1",
"@types/chart.js": "2.9.39",
"@types/react": "17.0.45",
"@types/react-bootstrap-table-next": "4.0.21",
"@types/react-bootstrap-table2-paginator": "2.1.4",
"@types/react-bootstrap-table2-toolkit": "2.1.9",
"@types/react-dom": "17.0.17",
"@types/rx-lite": "4.0.8",
"@types/webpack-env": "1.18.0",
"ajv": "8.12.0",
"eslint": "8.52.0",
"eslint-plugin-react-hooks": "4.6.0",
"gulp": "4.0.2",
"loader-utils": "3.2.1",
"typescript": "5.2.2"
},
"overrides": {
"react-bootstrap-table-next": {
"react": "17.0.1",
"react-dom": "17.0.1"
},
"react-bootstrap-table2-paginator": {
"react": "17.0.1",
"react-dom": "17.0.1"
},
"react-bootstrap-table2-toolkit": {
"react": "17.0.1",
"react-dom": "17.0.1"
},
"terser": "5.22.0",
"typescript": "5.2.2",
"lodash.template": "4.5.0",
"underscore": "1.13.6",
"@rushstack/loader-raw-script": {
"loader-utils": "3.2.1"
},
"@microsoft/spfx-heft-plugins": {
"@rushstack/localization-plugin": {
"loader-utils": "1.4.2"
}
},
"@microsoft/sp-css-loader": {
"loader-utils": "1.4.2"
},
"@microsoft/loader-load-themed-styles": {
"loader-utils": "1.4.2"
},
"@microsoft/load-themed-styles": "2.0.29",
"glob-parent": "6.0.2",
"json5": "2.2.3",
"jszip": "3.10.1",
"qs": "6.5.3",
"trim-newlines": "3.0.1"
}
}