mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
--- updated-dependencies: - dependency-name: "@microsoft/sp-core-library" dependency-type: direct:production - dependency-name: "@microsoft/sp-webpart-base" dependency-type: direct:production - dependency-name: gulp dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"name": "js-solution-editions",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "~1.18.0",
|
|
"@microsoft/sp-webpart-base": "~1.18.0",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~1.17.2",
|
|
"@microsoft/sp-module-interfaces": "~1.1.1",
|
|
"@microsoft/sp-webpart-workbench": "~1.12.1",
|
|
"gulp": "~4.0.2",
|
|
"@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"
|
|
}
|
|
}
|