Russell gove f137105fb4 Added Web Selector to let user drill down to web (#124)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest

* Working on Web Selecor

* qqqqqqq

* 111

* Added Web selector to drill down to web

* fix merge conflicts

* s

* renmove react-router

* added saveall and undoall

* Add support for ID field

* saveAll

* fixed saveall across sites

* mark items as deleted (soft delete)

* work on soft delete

* work on soft delete

* Enable soft deletes

* Add SortInfo to columnDefinitions

* Work on initial sort

* pass columnDefinitions into listitemreducer for sort

* trying to get sortablecolumns in reducer...

* setup sort sequences

* work on compareres

* work on sort

* basic sorting workoing

* fix linting errors
2017-02-11 02:27:24 +02:00

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"
}
}