64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "react-events-aggregator",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"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",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"minimist": ">=1.2.3",
|
|
"acorn": ">=5.7.4",
|
|
"kind-of": ">=6.0.3",
|
|
"cryptiles": ">=4.1.2",
|
|
"fstream": ">=1.0.12",
|
|
"js-yaml": ">=3.13.1",
|
|
"lodash.merge": ">=4.6.2",
|
|
"macaddress": ">=0.2.9",
|
|
"node.extend": ">=1.1.7",
|
|
"randomatic": ">=3.0.0",
|
|
"tar": ">=2.2.2",
|
|
"atob": ">=2.1.0",
|
|
"extend": ">=3.0.2",
|
|
"growl": ">=1.10.0",
|
|
"lodash.mergewith": ">=4.6.2",
|
|
"mem": ">=4.0.0",
|
|
"mixin-deep": ">=1.3.2",
|
|
"open": ">=6.0.0",
|
|
"set-value": ">=2.0.1",
|
|
"base64-url": ">=2.0.0",
|
|
"fresh": ">=0.5.2",
|
|
"handlebars": ">=4.3.0",
|
|
"lodash": ">=4.17.19",
|
|
"merge": ">=1.2.1",
|
|
"morgan": ">=1.9.1",
|
|
"stringstream": ">=0.0.6",
|
|
"lodash.template": ">=4.5.0"
|
|
},
|
|
"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",
|
|
"@types/sinon": "^2.3.3",
|
|
"enzyme": "^2.9.1",
|
|
"react-addons-test-utils": "^15.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|