-
Notifications
You must be signed in to change notification settings - Fork 853
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.78 KB
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
{
"name": "teamschat-notifications",
"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",
"preversion": "node ./tools/pre-version.js",
"postversion": "gulp dist"
},
"dependencies": {
"@aspnet/signalr": "^1.1.4",
"@microsoft/decorators": "1.9.1",
"@microsoft/signalr": "^3.1.0",
"@microsoft/sp-application-base": "1.9.1",
"@microsoft/sp-core-library": "1.9.1",
"@microsoft/sp-dialog": "1.9.1",
"@pnp/pnpjs": "^1.3.5",
"@pnp/spfx-controls-react": "1.14.0",
"@pnp/spfx-property-controls": "1.16.0",
"@types/cheerio": "^0.22.17",
"@types/es6-promise": "0.0.33",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.17.20",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
"@uifabric/fluent-theme": "^0.16.9",
"adaptivecards": "^1.2.5",
"cheerio": "^1.0.0-rc.3",
"jquery": "^3.5.0",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"office-ui-fabric-react": "^7.103.0",
"prettier": "^1.19.1",
"react": "16.8.5",
"react-dom": "16.8.5"
},
"resolutions": {
"@types/react": "16.8.8"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "~0.1.x",
"@microsoft/sp-build-web": "1.22.1",
"@microsoft/sp-module-interfaces": "1.9.1",
"@microsoft/sp-tslint-rules": "1.9.1",
"@microsoft/sp-webpart-workbench": "1.12.0",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@types/react": "^16.7.22",
"ajv": "~6.14.0",
"gulp": "~3.9.1",
"gulp-sequence": "1.0.0",
"spfx-uifabric-themes": "^0.9.0",
"typescript": "~3.5.x",
"webpack-bundle-analyzer": "^3.4.1"
}
}