-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.22 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
105
106
{
"name": "clb",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"dependencies": {
"@fluentui/date-time-utilities": "^7.9.1",
"@fluentui/react": "^7.177.2",
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/lab": "^4.0.0-alpha.60",
"@microsoft/sp-core-library": "1.9.1",
"@microsoft/sp-lodash-subset": "1.9.1",
"@microsoft/sp-office-ui-fabric-core": "1.9.1",
"@microsoft/sp-webpart-base": "^1.12.1",
"@pnp/spfx-controls-react": "^3.3.0",
"@pnp/spfx-property-controls": "^2.7.0",
"@surma/rollup-plugin-off-main-thread": "^2.2.2",
"@types/es6-promise": "0.0.33",
"@types/jquery": "3.3.2",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/rx-lite": "4.0.5",
"@types/webpack-env": "1.13.1",
"adal-angular": "^1.0.17",
"ag-grid-community": "^24.1.0",
"ag-grid-react": "^24.1.1",
"ansi-html-community": "0.0.8",
"ansi-regex": "^5.0.1",
"babel-eslint": "10.1.0",
"blob-util": "^2.0.2",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"ejs": "^3.1.6",
"gulp-update": "0.0.2",
"immer": "^9.0.6",
"jquery": "^3.6.0",
"loadash": "^1.0.0",
"lodash": "^4.17.20",
"lodash.template": "^4.5.0",
"merge": "^2.1.1",
"moment": "^2.29.1",
"msteams-ui-components-react": "^0.5.0",
"nodemon": "1.12.1",
"office-ui-fabric-react": "6.189.2",
"popper.js": "^1.16.1",
"react": "16.8.5",
"react-bootstrap": "^1.6.4",
"react-bootstrap-table-2": "^2.10.7",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "^4.0.3",
"react-xml-parser": "^1.1.8",
"reactstrap": "^6.3.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"rx-lite": "4.0.8",
"rxjs": "^6.6.7",
"typescript": "^4.4.4",
"typestyle": "1.5.1",
"webpack": "^1.15.0"
},
"resolutions": {
"@types/react": "16.8.8",
"immer": "9.0.6",
"tar": "4.4.18",
"lodash.template": "4.5.0",
"ejs": "3.1.6",
"glob-parent": "5.1.2",
"set-value": "4.0.1",
"underscore": "1.12.1",
"trim-newlines": "3.0.1",
"ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41",
"browserslist": "4.16.5",
"css-what": "5.0.1",
"minimist": "0.2.1",
"ansi-regex": "^5.0.1",
"json-schema": "^0.4.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
"@microsoft/sp-build-web": "^1.12.1",
"@microsoft/sp-module-interfaces": "1.9.1",
"@microsoft/sp-tslint-rules": "1.9.1",
"@microsoft/sp-webpart-workbench": "^1.12.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "^6.12.6",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"npm-force-resolutions": "0.0.10",
"url-loader": "^4.1.1",
"val-loader": "^2.1.2"
}
}