@thechiselgroup/react-pixi-plot
Version:
A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "@thechiselgroup/react-pixi-plot",
"version": "0.2.2",
"description": "A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thechiselgroup/react-pixi-plot.git"
},
"keywords": [
"React",
"PIXI.js",
"d3"
],
"author": "The Chisel Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/thechiselgroup/react-pixi-plot/issues"
},
"homepage": "https://github.com/thechiselgroup/react-pixi-plot#readme",
"dependencies": {
"colorcolor": "^1.1.1",
"normalize-wheel": "^1.0.1"
},
"devDependencies": {
"@types/pixi.js": "^4.7.2",
"@types/react": "^16.3.10",
"cz-conventional-changelog": "^2.1.0",
"standard-version": "^4.4.0"
},
"peerDependencies": {
"pixi.js": "^4.7.0",
"react": "^16.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}