2024-12-16 20:19:32 -06:00
|
|
|
{
|
2024-12-16 20:39:55 -06:00
|
|
|
"name": "v-react-pivottable",
|
2025-02-17 07:57:07 -06:00
|
|
|
"version": "0.11.70",
|
2024-12-16 20:19:32 -06:00
|
|
|
"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"
|
|
|
|
],
|
2025-02-06 12:53:06 -06:00
|
|
|
"scripts": {},
|
2024-12-16 20:19:32 -06:00
|
|
|
"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-env": "^1.6.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"eslint": "^4.5.0",
|
|
|
|
"eslint-config-prettier": "^2.8.0",
|
|
|
|
"eslint-plugin-import": "^2.7.0",
|
|
|
|
"eslint-plugin-react": "^7.3.0",
|
|
|
|
"jest": "^21.2.1",
|
|
|
|
"papaparse": "^4.3.6",
|
|
|
|
"prettier": "^1.8.2",
|
|
|
|
"react": ">=15.0.0",
|
|
|
|
"react-dom": ">=15.0.0",
|
|
|
|
"react-dropzone": "^4.2.1",
|
|
|
|
"react-hot-loader": "^3.1.1",
|
|
|
|
"react-plotly.js": "^2.0.0",
|
|
|
|
"style-loader": "^0.19.0",
|
|
|
|
"webpack": "^3.8.1",
|
|
|
|
"webpack-dev-server": "^2.9.3"
|
|
|
|
}
|
|
|
|
}
|