2017-01-26 01:18:17 -05:00
|
|
|
{
|
|
|
|
"name": "js-extend-webpack",
|
2017-07-21 13:54:47 -04:00
|
|
|
"version": "0.0.2",
|
2017-01-26 01:18:17 -05:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-13 09:32:54 -04:00
|
|
|
"@microsoft/sp-core-library": "~1.3.0",
|
|
|
|
"@microsoft/sp-webpart-base": "~1.3.0",
|
|
|
|
"@types/webpack-env": "1.13.1"
|
2017-01-26 01:18:17 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-13 09:32:54 -04:00
|
|
|
"@microsoft/sp-build-web": "1.3.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.3.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.3.0",
|
2017-01-26 01:18:17 -05:00
|
|
|
"gulp": "~3.9.1",
|
2017-10-13 09:32:54 -04:00
|
|
|
"markdown-loader": "~2.0.1"
|
2017-01-26 01:18:17 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
2017-07-21 13:54:47 -04:00
|
|
|
}
|