-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
{
"name": "@eoverfield/spfx-common",
"description": "Reusable blocks for SharePoint Framework solutions",
"version": "0.8.0",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test",
"prepublishOnly": "gulp",
"versionUpdater": "gulp versionUpdater"
},
"dependencies": {
"@microsoft/sp-core-library": "1.11.0",
"@microsoft/sp-property-pane": "1.11.0",
"@microsoft/sp-webpart-base": "1.11.0",
"@pnp/common": "1.3.11",
"@pnp/logging": "1.3.11",
"@pnp/odata": "1.3.11",
"@pnp/sp": "1.3.11",
"lodash": "4.17.11",
"spfx-uifabric-themes": "0.6.0",
"ts-md5": "1.2.4"
},
"resolutions": {
"@types/react": "16.4.2"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-build-web": "1.11.0",
"@microsoft/sp-lodash-subset": "1.7.1",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-office-ui-fabric-core": "1.7.1",
"@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",
"react": "16.3.2",
"react-dom": "16.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/eoverfield/spfx-common"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools",
"spfx",
"framework"
],
"bugs": {
"url": "https://github.com/eoverfield/spfx-common/issues"
},
"main": "lib/index.js",
"homepage": "https://github.com/eoverfield/spfx-common/",
"contributors": [
"Overfield, Eric <>"
]
}