2017-09-08 01:55:11 -04:00
|
|
|
{
|
|
|
|
"name": "js-solution-editions",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-25 19:02:47 -04:00
|
|
|
"@microsoft/sp-core-library": "~1.18.0",
|
|
|
|
"@microsoft/sp-webpart-base": "~1.18.0",
|
2017-09-08 01:55:11 -04:00
|
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-13 14:39:46 -04:00
|
|
|
"@microsoft/sp-build-web": "~1.17.2",
|
2017-09-08 01:55:11 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "~1.1.1",
|
2022-11-07 09:19:47 -05:00
|
|
|
"@microsoft/sp-webpart-workbench": "~1.12.1",
|
2023-10-25 19:02:47 -04:00
|
|
|
"gulp": "~4.0.2",
|
2017-09-08 01:55:11 -04:00
|
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
|
|
"@types/mocha": ">=2.2.33 <2.6.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|