forked from pnp/sp-dev-fx-property-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.39 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
{
"name": "@pnp/spfx-property-controls",
"description": "Reusable property pane controls for SharePoint Framework solutions",
"version": "1.19.0",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test",
"serve": "gulp serve",
"versionUpdater": "gulp versionUpdater",
"prepublishOnly": "gulp",
"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"
},
"dependencies": {
"@pnp/common": "^1.2.8",
"@pnp/logging": "^1.2.8",
"@pnp/odata": "^1.2.8",
"@pnp/sp": "^1.2.8",
"@pnp/sp-clientsvc": "^1.2.8",
"@pnp/sp-taxonomy": "^1.2.8",
"@pnp/telemetry-js": "2.0.0",
"lodash.omit": "^4.5.0",
"office-ui-fabric-react": "5.131.0",
"react-ace": "5.8.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.3.0",
"@microsoft/sp-core-library": "~1.3.0",
"@microsoft/sp-module-interfaces": "~1.3.0",
"@microsoft/sp-webpart-base": "~1.3.0",
"@microsoft/sp-webpart-workbench": "~1.3.0",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/lodash": "^4.14.149",
"@types/mocha": ">=2.2.33 <2.6.0",
"@types/react": "15.0.38",
"@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": "0.14.18",
"@types/webpack-env": ">=1.12.1 <1.14.0",
"gulp": "~3.9.1",
"react": "15.4.2",
"react-dom": "15.4.2",
"sonarqube-scanner": "2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/pnp/sp-dev-fx-property-controls"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools",
"spfx",
"sharepoint framework"
],
"bugs": {
"url": "https://github.com/pnp/sp-dev-fx-property-controls/issues"
},
"homepage": "https://pnp.github.io/sp-dev-fx-property-controls/",
"main": "lib/index.js",
"maintainers": [
{
"name": "eliostruyf",
"email": "[email protected]"
}
],
"contributors": [
"Gove, Russell <[email protected]>",
"Kent, Chris <>",
"Opdendries, David <>",
"Struyf, Elio <[email protected]>",
"Terentiev, Alex <>"
]
}