36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "react-app-settings",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.7.1",
|
|
"@microsoft/sp-webpart-base": "1.7.1",
|
|
"@microsoft/sp-lodash-subset": "1.7.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.1",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "16.4.2",
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
"@types/react-addons-update": "0.14.14",
|
|
"@types/react-dom": "16.0.5",
|
|
"@types/webpack-env": "1.13.1",
|
|
"react": "16.3.2",
|
|
"react-dom": "16.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.17.2",
|
|
"@microsoft/sp-module-interfaces": "1.7.1",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"gulp": "~3.9.1",
|
|
"ajv": "5.2.2"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|