UNPKG

dash-table-experiments

Version:
47 lines (46 loc) 1.58 kB
{ "name": "dash-table-experiments", "version": "0.5.0", "description": "Dash table experiments", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/plotly/dash-table-experiments.git" }, "license": "MIT", "bugs": { "url": "https://github.com/plotly/dash-table-experiments/issues" }, "homepage": "https://github.com/plotly/dash-table-experiments", "scripts": { "copy-lib": "cp lib/* dash_table_experiments", "demo": "builder run demo", "install-local": "npm run copy-lib && python setup.py install", "prepublish": "npm test && builder run build-dist && npm run copy-lib", "build-local": "builder run build-dist && npm run copy-lib", "publish-all": "npm publish && python setup.py sdist upload", "publish-pypi": "npm run prepublish && python setup.py sdist upload", "start": "builder run build-dev", "test": "builder run check", "test-watch": "builder run test-frontend-watch", "test-debug": "builder run test-frontend-debug", "uninstall-local": "pip uninstall dash-table-experiments -y" }, "dependencies": { "builder": "3.2.2", "dash-components-archetype": "^0.2.7", "fast-isnumeric": "^1.1.1", "prop-types": "^15.5.9", "ramda": "^0.24.1", "react": "^15.5.4", "react-data-grid": "^2.0.58", "react-data-grid-addons": "^2.0.58", "react-dom": "^15.5.4", "react-virtualized": "^9.9.0" }, "devDependencies": { "dash-components-archetype-dev": "^0.2.7", "enzyme": "^2.8.2", "react-test-renderer": "^15.5.4" } }