-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"name": "rak-intranet",
"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"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material/tabs": "^2.3.0",
"@microsoft/decorators": "1.11.0",
"@microsoft/sp-application-base": "1.11.0",
"@microsoft/sp-core-library": "1.11.0",
"@microsoft/sp-dialog": "1.11.0",
"@microsoft/sp-lodash-subset": "1.11.0",
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
"@microsoft/sp-property-pane": "1.11.0",
"@microsoft/sp-webpart-base": "1.11.0",
"@pnp/graph": "^3.3.2",
"@pnp/spfx-controls-react": "^3.5.0",
"@types/jquery": "^3.5.13",
"datatables.net": "^1.11.3",
"evo-calendar": "^1.1.3",
"interweave": "^12.9.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"office-ui-fabric-react": "6.214.0",
"react": "16.8.5",
"react-circular-progressbar": "^2.0.4",
"react-dom": "16.8.5",
"react-select": "^4.3.0",
"react-slick": "^0.28.1",
"react-sortable-hoc": "^2.0.0",
"react-tabs": "^5.1.0",
"react-tooltip": "^4.2.21",
"revo-calendar": "^3.2.2",
"sortablejs": "^1.15.0",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.20.0",
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-build-web": "1.11.0",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-tslint-rules": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.11.0",
"@types/chai": "3.4.34",
"@types/es6-promise": "0.0.33",
"@types/mocha": "2.2.38",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
"ajv": "~5.2.2",
"gulp": "~3.9.1"
}
}