forked from pnp/sp-dev-fx-controls-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.45 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@pnp/spfx-controls-react",
"description": "Reusable React controls for SharePoint Framework solutions",
"version": "3.2.1",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test",
"test:unit": "npx jest --silent --maxWorkers=4",
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve",
"prepublishOnly": "gulp",
"versionUpdater": "gulp versionUpdater",
"karma": "karma start --circle true",
"changelog": "node scripts/create-changelog.js && node scripts/sync-changelogs.js && gulp versionUpdater",
"postinstall": "node postinstall/install.js",
"sonarcloud:config": "node ./scripts/sonarcloud.js",
"sonarcloud:start": "gulp sonarqube --gulpfile gulpfile.sonarqube.js",
"localization": "node scripts/execute-translation.js",
"start:v8": "NODE_NO_HTTP2=1 gulp serve --nobrowser",
"prepare": "husky install"
},
"dependencies": {
"@fluentui/react-northstar": "0.51.3",
"@microsoft/mgt-react": "2.2.0",
"@microsoft/mgt-spfx": "2.2.0",
"@microsoft/sp-core-library": "1.12.1",
"@microsoft/sp-listview-extensibility": "1.12.1",
"@microsoft/sp-lodash-subset": "1.12.1",
"@microsoft/sp-office-ui-fabric-core": "1.12.1",
"@microsoft/sp-property-pane": "1.12.1",
"@microsoft/sp-webpart-base": "1.12.1",
"@pnp/sp": "2.5.0",
"@pnp/telemetry-js": "2.0.0",
"@popperjs/core": "2.5.4",
"@uifabric/icons": "7.3.0",
"animate.css": "^4.1.1",
"chart.js": "2.9.4",
"color": "3.1.2",
"lodash": "4.17.21",
"office-ui-fabric-react": "7.156.0",
"react": "16.9.0",
"react-accessible-accordion": "^3.3.3",
"react-dom": "16.9.0",
"react-quill": "1.3.5",
"spfx-uifabric-themes": "^0.8.5"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
"@microsoft/sp-build-web": "1.12.1",
"@microsoft/sp-module-interfaces": "1.12.1",
"@microsoft/sp-tslint-rules": "1.12.1",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@types/chart.js": "2.7.40",
"@types/enzyme": "^2.8.12",
"@types/es6-promise": "0.0.33",
"@types/jest": "25.2.3",
"@types/lodash": "4.14.149",
"@types/react": "16.9.36",
"@types/react-addons-shallow-compare": "0.14.17",
"@types/react-addons-test-utils": "0.14.15",
"@types/react-addons-update": "0.14.14",
"@types/react-dom": "16.9.8",
"@types/sinon": "2.3.4",
"@types/webpack-env": "1.13.1",
"ajv": "~5.2.2",
"amd-loader": "0.0.8",
"chai": "^4.3.4",
"codecov": "3.6.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"gulp": "4.0.2",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"jest-cli": "^25.5.4",
"karma-html-reporter": "0.2.7",
"karma-remap-coverage": "^0.1.4",
"react-addons-test-utils": "15.6.0",
"request-promise": "4.2.5",
"sonarqube-scanner": "2.1.2",
"spfx-fast-serve-helpers": "~1.12.0",
"ts-jest": "^25.5.1",
"tslib": "2.0.0",
"typescript": "3.7.7",
"webpack-bundle-analyzer": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pnp/sp-dev-fx-controls-react"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools",
"spfx",
"framework"
],
"bugs": {
"url": "https://github.com/pnp/sp-dev-fx-controls-react/issues"
},
"main": "lib/index.js",
"homepage": "https://pnp.github.io/sp-dev-fx-controls-react/",
"contributors": [
"Gove, Russell <[email protected]>",
"Kent Chris <>",
"Rodrigues, Joel <>",
"Struyf, Elio <[email protected]>",
"Terentiev, Alex <[email protected]>"
],
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"setupFilesAfterEnv": [
"./tests/setup.js"
],
"testRegex": "tests/.*\\.test.(ts?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"moduleNameMapper": {
"@ms/sp-telemetry": "identity-obj-proxy",
"@microsoft/sp-webpart-base": "identity-obj-proxy",
"@microsoft/sp-core-library": "identity-obj-proxy",
"@microsoft/sp-application-base": "identity-obj-proxy",
"office-ui-fabric-react/lib/(.*)$": "office-ui-fabric-react/lib-commonjs/$1",
"src/common/telemetry/(.*)$": "identity-obj-proxy",
"@pnp/sp": "identity-obj-proxy",
"'@pnp/sp/fields": "identity-obj-proxy",
"ControlStrings": "identity-obj-proxy",
"\\.(css|scss)$": "identity-obj-proxy"
}
}
}