mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "jquery-webpart",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.5.1",
|
|
"@microsoft/sp-client-preview": "~0.7.1",
|
|
"@microsoft/sp-webpart-base": "~0.2.1",
|
|
"@types/jquery": "^2.0.34",
|
|
"@types/jqueryui": "^1.11.32",
|
|
"jquery": "^3.1.1",
|
|
"jqueryui": "^1.11.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|