@firstprateek/bar-chart
Version:
A customizable web component that plots a bar chart with ordinal values in the x axis and numerical values in y axis.
37 lines (36 loc) • 1.08 kB
JSON
{
"name": "@firstprateek/bar-chart",
"version": "1.0.1",
"description": "A customizable web component that plots a bar chart with ordinal values in the x axis and numerical values in y axis.",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack serve",
"deploy": "npx gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:firstprateek/bar-chart.git"
},
"keywords": ["bar chart", "LIT", "widget", "webcomponent"],
"author": "firstprateek <me@pjoshi.dev> (prateekjoshi.dev)",
"license": "ISC",
"homepage": "https://github.com/firstprateek/bar-chart",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"lit": "^2.7.6"
}
}