forked from OlivierCC/sp-client-custom-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "sp-client-custom-fields",
"version": "1.0.5",
"private": false,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@microsoft/sp-client-base": "~0.5.1",
"@microsoft/sp-client-preview": "~0.7.1",
"@microsoft/sp-module-loader": "^0.3.0",
"@microsoft/sp-webpart-base": "^0.2.1",
"office-ui-fabric-react": "0.36.0",
"react": "0.14.8",
"react-cartographer": "^0.4.2",
"react-dom": "0.14.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "~0.8.1",
"@microsoft/sp-module-interfaces": "~0.5.1",
"@microsoft/sp-webpart-workbench": "~0.6.1",
"gulp": "~3.9.1"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp nuke",
"test": "gulp test"
}
}