-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.42 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
{
"name": "fu-hong-accident",
"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",
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.30",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/react-fontawesome": "0.1.11",
"@microsoft/sp-core-library": "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": "^2.8.0",
"@pnp/pnpjs": "^2.8.0",
"@pnp/sp": "^2.8.0",
"@pnp/spfx-controls-react": "^1.19.0",
"autosize": "^5.0.1",
"bootstrap": "^4.4.1",
"chart.js": "^3.6.2",
"copy-to-clipboard": "^3.3.1",
"downloadjs": "^1.4.7",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"file-saver": "^2.0.5",
"html-docx-js-typescript": "^0.1.5",
"html2canvas": "^1.4.1",
"moment": "^2.29.1",
"office-ui-fabric-react": "6.214.0",
"react": "16.8.5",
"react-bootstrap": "^0.32.4",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-chartjs-2": "^4.0.0",
"react-datepicker": "^4.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "16.8.5",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone": "^11.3.4",
"react-google-charts": "^3.0.15",
"react-html-table-to-excel": "^2.0.0",
"react-modal": "^3.11.2",
"react-router-dom": "^6.3.0",
"react-tabs": "^3.2.2",
"react-textarea-autosize": "^8.3.3",
"save-as": "^0.1.8",
"styled-components": "^5.3.0",
"use-react-screenshot": "^3.0.0",
"xlsx": "^0.14.2",
"xlsx-style": "^0.8.13"
},
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@microsoft/sp-build-web": "1.11.0",
"@microsoft/sp-tslint-rules": "1.11.0",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.11.0",
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"gulp": "~3.9.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~5.2.2",
"@types/webpack-env": "1.13.1",
"@types/es6-promise": "0.0.33",
"spfx-fast-serve-helpers": "~1.11.0"
}
}