42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "spfxreactgrid",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.7.0",
|
|
"@microsoft/sp-core-library": "~0.1.2",
|
|
"@microsoft/sp-webpart-base": "^0.4.0",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"office-ui-fabric-react": "^1.5.0",
|
|
"react": "0.14.8",
|
|
"react-data-grid": "^1.0.62",
|
|
"react-dom": "0.14.8",
|
|
"react-redux": "^4.4.6",
|
|
"redux": "^3.4.0",
|
|
"redux-localstorage": "^0.4.1",
|
|
"redux-logger": "^2.6.0",
|
|
"redux-promise-middleware": "^4.1.0",
|
|
"redux-thunk": "^2.1.0",
|
|
"sp-pnp-js": "2.0.0",
|
|
"typescript": "^2.1.5",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.9.0",
|
|
"@microsoft/sp-module-interfaces": "~0.7.0",
|
|
"@microsoft/sp-webpart-workbench": "~0.8.0",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
"gulp": "~3.9.1",
|
|
"typescript": "^2.1.5"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|