2024-12-16 20:19:32 -06:00
|
|
|
{
|
2024-12-16 20:39:55 -06:00
|
|
|
"name": "v-react-pivottable",
|
2024-12-23 16:46:18 -06:00
|
|
|
"version": "0.11.16",
|
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"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack-dev-server",
|
|
|
|
"test:eslint": "eslint src/*.js* && echo 'eslint: \\033[0;32m'PASS'\\033[0m'",
|
|
|
|
"test:eslint:fix": "eslint src/*.js* --fix",
|
|
|
|
"test:prettier": "prettier -l \"src/*.js*\" && echo 'prettier: \\033[0;32m'PASS'\\033[0m'",
|
|
|
|
"test:prettier:fix": "prettier --write \"src/*.js*\"",
|
|
|
|
"test:jest": "jest",
|
|
|
|
"test": "npm run test:eslint && npm run test:prettier && npm run test:jest",
|
|
|
|
"clean": "rm -rf __tests__ PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css",
|
|
|
|
"build": "npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports",
|
|
|
|
"doPublish": "npm run build && 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-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"
|
|
|
|
}
|
|
|
|
}
|