preact-chartist
Version:
Preact component for Chartist.js
43 lines (42 loc) • 1 kB
JSON
{
"name": "preact-chartist",
"version": "0.15.3",
"description": "Preact component for Chartist.js",
"main": "dist/index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Munawwar/preact-chartist.git"
},
"keywords": [
"preact",
"preact-component",
"component",
"chartist",
"graph"
],
"author": {
"name": "Munawwar",
"url": "https://codepasta.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Munawwar/preact-chartist/issues"
},
"homepage": "https://github.com/Munawwar/preact-chartist",
"peerDependencies": {
"chartist": ">=1",
"preact": ">=8"
},
"scripts": {
"build": "mkdir -p dist && esbuild *.js --outdir=dist/ --format=cjs && cp index.d.ts dist/index.d.ts",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/chartist": "^0.9.43",
"chartist": "^1.1.2",
"esbuild": "^0.15.7",
"preact": "^8.5.3"
},
"dependencies": {}
}