UNPKG

plotly-js-material-design-theme

Version:
62 lines (61 loc) 1.65 kB
{ "name": "plotly-js-material-design-theme", "version": "1.1.3", "description": "Plotly.js charts with Material Design theme.", "main": "dist/library.min.js", "files": [ "src", "dist/*" ], "scripts": { "dev": "webpack-dev-server --env development", "build": "rm -rf docs/* && webpack --env build", "lint": "./node_modules/.bin/eslint src/**" }, "repository": { "type": "git", "url": "https://github.com/ndabAP/plotly-js-material-design-theme" }, "keywords": [ "charts", "plotly.js", "material-design", "3dcharts", "materialdesign", "plotly", "visualization", "graphing", "plotting", "data", "d3" ], "author": "Julian Claus <kontakt@julian-caus.de>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "babel-plugin-add-module-exports": "^1.0.0", "eslint": "^5.15.1", "eslint-config-standard": "^12.0.0", "eslint-loader": "^2.1.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "html-webpack-plugin": "^3.2.0", "ify-loader": "^1.1.0", "lodash": "^4.17.11", "lodash.defaultsdeep": "latest", "plotly.js": "^1.45.2", "transform-loader": "^0.2.4", "uglifyjs-webpack-plugin": "^2.1.2", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1", "yargs": "^10.0.3" } }