2016-10-12 19:54:58 -04:00
|
|
|
{
|
|
|
|
"name": "dep-props-custom-class",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-12 06:14:25 -04:00
|
|
|
"@microsoft/sp-client-base": "~1.0.0",
|
|
|
|
"@microsoft/sp-core-library": "~1.0.0",
|
|
|
|
"@microsoft/sp-webpart-base": "^1.0.0",
|
|
|
|
"@types/knockout": "^3.4.40",
|
|
|
|
"@types/webpack-env": "^1.13.0"
|
2016-10-12 19:54:58 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-12 06:14:25 -04:00
|
|
|
"@microsoft/sp-build-web": "~1.0.1",
|
|
|
|
"@microsoft/sp-module-interfaces": "~1.0.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~1.0.0",
|
2016-10-12 19:54:58 -04:00
|
|
|
"gulp": "~3.9.1",
|
2017-06-12 06:14:25 -04:00
|
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
|
|
"knockout": "^3.4.1"
|
2016-10-12 19:54:58 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
2017-06-12 06:14:25 -04:00
|
|
|
"clean": "gulp clean",
|
2016-10-12 19:54:58 -04:00
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|