UNPKG

react-pivottable

Version:
75 lines (74 loc) 2.41 kB
{ "name": "react-pivottable", "version": "0.2.9", "description": "A React-based pivot table", "main": "PivotTableUI.js", "files": [ "PivotTable.js", "PivotTableUI.js", "PlotlyRenderers.js", "TableRenderers.js", "Utilities.js", "PivotTable.js.map", "PivotTableUI.js.map", "PlotlyRenderers.js.map", "TableRenderers.js.map", "Utilities.js.map", "pivottable.css" ], "scripts": { "start": "webpack-dev-server", "test": "babel-node --presets=env spec/run.js", "lint": "eslint src/*js*", "lintfix": "eslint src/*js* --fix", "clean": "rm -f PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css", "doPublish": "npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=es2015,react --plugins babel-plugin-add-module-exports && npm publish", "postpublish": "npm run clean", "deploy": "webpack -p && mv bundle.js examples && cd examples && git init && git add . && git commit -m build && git push --force git@github.com:plotly/react-pivottable.git master:gh-pages && rm -rf .git bundle.js" }, "repository": { "type": "git", "url": "git+https://github.com/plotly/react-pivottable.git" }, "keywords": [ "react", "pivottable" ], "author": "Nicolas Kruchten <nicolas@kruchten.com>", "license": "MIT", "bugs": { "url": "https://github.com/plotly/react-pivottable/issues" }, "homepage": "https://github.com/plotly/react-pivottable#readme", "dependencies": { "immutability-helper": "^2.3.1", "prop-types": "^15.5.10", "react-draggable": "^3.0.3", "react-sortablejs": "^1.3.4", "sortablejs": "^1.6.1" }, "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "css-loader": "^0.28.7", "eslint": "^4.5.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-react": "^7.3.0", "jasmine": "^2.8.0", "papaparse": "^4.3.6", "react-dropzone": "^4.2.1", "react-hot-loader": "^3.1.1", "react-plotly.js": "^1.0.2", "style-loader": "^0.19.0", "webpack": "^3.8.1", "webpack-dev-server": "^2.9.3" } }