dash-core-components
Version:
Core component suite for Dash
50 lines (49 loc) • 2.05 kB
JSON
{
"name": "dash-core-components",
"version": "0.12.3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
"url": "git://github.com/plotly/dash-core-components.git"
},
"main": "src/index.js",
"scripts": {
"build-dev": "builder run clean-lib && builder run extract-metadata && webpack -w --config=./config/webpack/webpack.config.dev.js",
"build-dist": "builder run clean-lib && builder run extract-metadata && NODE_ENV=production webpack --config=./config/webpack/webpack.config.dist.js",
"copy-lib": "cp lib/* dash_core_components",
"demo": "./node_modules/.bin/builder run demo",
"install-local": "npm run copy-lib && python setup.py install",
"prepublish": "npm test && 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 && twine upload --sign --skip-existing",
"start": "./node_modules/.bin/builder run build-dev",
"test": "./node_modules/.bin/eslint --fix --ignore-path .gitignore --ext *.js src",
"test-watch": "./node_modules/.bin/builder run test-frontend-watch",
"test-debug": "./node_modules/.bin/builder run test-frontend-debug",
"uninstall-local": "pip uninstall dash-core-components -y"
},
"author": "Chris Parmer <chris@plot.ly>",
"license": "MIT",
"dependencies": {
"builder": "2.10.1",
"dash-components-archetype": "^0.2.4",
"moment": "^2.18.1",
"radium": "^0.17.1",
"ramda": "^0.23.0",
"rc-slider": "^6.1.0",
"react": "^15.4.0",
"react-addons-shallow-compare": "^15.6.0",
"react-dates": "^12.3.0",
"react-dom": "^15.4.0",
"react-markdown": "^2.4.5",
"react-select": "^1.0.0-rc.3",
"react-select-fast-filter-options": "^0.2.2",
"react-syntax-highlighter": "^5.0.0",
"react-virtualized-select": "^3.1.0"
},
"devDependencies": {
"component-playground": "^1.3.2",
"dash-components-archetype-dev": "^0.2.4",
"enzyme": "^2.4.1"
}
}