Skip to content

Instantly share code, notes, and snippets.

@ypcode
Last active June 17, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ypcode/6022121f6b8a753be9c25e228afc26ca to your computer and use it in GitHub Desktop.
Save ypcode/6022121f6b8a753be9c25e228afc26ca to your computer and use it in GitHub Desktop.
{
"name": "site-designs-studio",
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"react": "15.6.2",
"react-dom": "15.6.2",
"@types/react": "15.6.6",
"@types/react-dom": "15.5.6",
"@microsoft/sp-core-library": "~1.4.1",
"@microsoft/sp-webpart-base": "~1.4.1",
"@microsoft/sp-lodash-subset": "~1.4.1",
"@microsoft/sp-office-ui-fabric-core": "~1.4.1",
"@microsoft/sp-dialog": "^1.4.1",
"@types/webpack-env": ">=1.12.1 <1.14.0",
"ajv": "~5.2.2",
"react-sortable-hoc": "^0.6.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.4.1",
"@microsoft/sp-module-interfaces": "~1.4.1",
"@microsoft/sp-webpart-workbench": "~1.4.1",
"gulp": "~3.9.1",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0",
"ajv": "~5.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment